[Ffmpeg-cvslog] r7052 - trunk/libavutil/tree.c

michael subversion
Tue Nov 14 11:04:09 CET 2006


Author: michael
Date: Tue Nov 14 11:04:09 2006
New Revision: 7052

Modified:
   trunk/libavutil/tree.c

Log:
0.5l


Modified: trunk/libavutil/tree.c
==============================================================================
--- trunk/libavutil/tree.c	(original)
+++ trunk/libavutil/tree.c	Tue Nov 14 11:04:09 2006
@@ -134,7 +134,7 @@
 
 int main(){
     int i,j,k;
-    AVTreeNode *root= av_mallocz(sizeof(AVTreeNode));
+    AVTreeNode *root= NULL;
 
     for(i=0; i<10000; i++){
         int j= (random()%863294);




More information about the ffmpeg-cvslog mailing list