summaryrefslogtreecommitdiffstats
path: root/libvo/vo_md5sum.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_md5sum.c')
-rw-r--r--libvo/vo_md5sum.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/libvo/vo_md5sum.c b/libvo/vo_md5sum.c
index bda2918396..0a2170bbd7 100644
--- a/libvo/vo_md5sum.c
+++ b/libvo/vo_md5sum.c
@@ -280,10 +280,8 @@ static int control(uint32_t request, void *data)
static void uninit(void)
{
- if (md5sum_outfile) {
- free(md5sum_outfile);
- md5sum_outfile = NULL;
- }
+ free(md5sum_outfile);
+ md5sum_outfile = NULL;
if (md5sum_fd) fclose(md5sum_fd);
}