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

Commit 89bac182 authored by Deckard Autoverifier's avatar Deckard Autoverifier Committed by Android Git Automerger
Browse files

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

* commit '88409911':
  stagefright: Include stdlib.h for malloc/free
parents 16db83c2 88409911
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;