]> git.sesse.net Git - vlc/blobdiff - modules/mux/mp4.c
Another time "Remove useless test ..."
[vlc] / modules / mux / mp4.c
index 704bcea75db6d0f769a54be85d37cb534339bad6..03c7b0d30db75284fb043f3b5dc0514b2426c23b 100644 (file)
@@ -2118,11 +2118,7 @@ static void box_fix( bo_t *box )
 
 static void box_free( bo_t *box )
 {
-    if( box->p_buffer )
-    {
-        free( box->p_buffer );
-    }
-
+    free( box->p_buffer );
     free( box );
 }