Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88409911 authored by Deckard Autoverifier's avatar Deckard Autoverifier Committed by Android Code Review
Browse files

Merge "stagefright: Include stdlib.h for malloc/free"

parents eb07c531 5c8247f7
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -21,10 +21,8 @@
*******************************************************************************/
#include "cmnMemory.h"

#include <malloc.h>
#if defined LINUX
#include <stdlib.h>
#include <string.h>
#endif

//VO_MEM_OPERATOR		g_memOP;