diff libvo/vo_corevideo.m @ 32537:8fa2f43cb760

Remove most of the NULL pointer check before free all over the code
author cboesch
date Sun, 14 Nov 2010 09:12:34 +0000
parents ba766479d931
children ad12e6080ed1
line wrap: on
line diff
--- a/libvo/vo_corevideo.m	Sat Nov 13 10:23:34 2010 +0000
+++ b/libvo/vo_corevideo.m	Sun Nov 14 09:12:34 2010 +0000
@@ -345,7 +345,7 @@
         [finalPool release];
     }
 
-    if (buffer_name) free(buffer_name);
+    free(buffer_name);
     buffer_name = NULL;
 }