]> git.sesse.net Git - vlc/blobdiff - modules/codec/cmml/history.c
Replace argument = realloc( argument, size ); with realloc_or_free() in modules/...
[vlc] / modules / codec / cmml / history.c
index 702ae300d3ed4bab1d467d80e6cd8f4379db8b85..da82cbc5f5555195ea5dc7712f6d947239209099 100644 (file)
@@ -36,7 +36,7 @@
 #include "xarray.h"
 
 #ifdef HAVE_STDLIB_H
-#   include <stdlib.h>                                          /* realloc() */
+#   include <stdlib.h>                                           /* malloc() */
 #endif
 
 #undef HISTORY_DEBUG