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

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

am 3ab6ccda: am 2acddc54: am 89bac182: am 88409911: Merge "stagefright:...

am 3ab6ccda: am 2acddc54: am 89bac182: am 88409911: Merge "stagefright: Include stdlib.h for malloc/free"

* commit '3ab6ccda447c605c35c8854a2ec8c49c2a0653a6':
  stagefright: Include stdlib.h for malloc/free
parents 8ebcf022 0ab6faac
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;