]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/tree.c
cosmetics: fix usefuLL --> usefuL typo
[ffmpeg] / libavutil / tree.c
index f0a9145ce1f00104b56bd5b8c4d0ffbe9ea9ba6e..c929e481969320cb9acfb4cb5f90c1736ad36de8 100644 (file)
@@ -134,7 +134,7 @@ int cmp(const void *a, const void *b){
 
 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);