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};
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to