[FFmpeg-soc] [soc]: r4644 - concat/libavformat/m3u.c

gkovacs subversion at mplayerhq.hu
Mon Jul 6 23:36:16 CEST 2009


Author: gkovacs
Date: Mon Jul  6 23:36:16 2009
New Revision: 4644

Log:
removed size 0 malloc

Modified:
   concat/libavformat/m3u.c

Modified: concat/libavformat/m3u.c
==============================================================================
--- concat/libavformat/m3u.c	Mon Jul  6 23:30:59 2009	(r4643)
+++ concat/libavformat/m3u.c	Mon Jul  6 23:36:16 2009	(r4644)
@@ -46,7 +46,6 @@ static int m3u_list_files(ByteIOContext 
     int i, j;
     int bufsize = 0;
     i = 0;
-    flist = av_malloc(sizeof(char*) * bufsize);
     while (1) {
         char *q;
         char linebuf[1024] = {0};


More information about the FFmpeg-soc mailing list