summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gif89a.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_gif89a.c')
-rw-r--r--libvo/vo_gif89a.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libvo/vo_gif89a.c b/libvo/vo_gif89a.c
index 3a1525f244..b808f8182b 100644
--- a/libvo/vo_gif89a.c
+++ b/libvo/vo_gif89a.c
@@ -362,9 +362,9 @@ static void uninit(void)
}
// free our allocated ram
- if (gif_filename != NULL) free(gif_filename);
- if (slice_data != NULL) free(slice_data);
- if (reduce_data != NULL) free(reduce_data);
+ free(gif_filename);
+ free(slice_data);
+ free(reduce_data);
if (reduce_cmap != NULL) FreeMapObject(reduce_cmap);
// set the pointers back to null.