summaryrefslogtreecommitdiffstats
path: root/common.c
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-04-03 17:46:24 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-04-03 17:46:24 +0000
commitbddd15f634b326032c7f591f332e6f7a913b7195 (patch)
tree47e09e99f83b814aad3058d1be7308ee70171329 /common.c
parent32fd392e4207ee2d6bcf019340bc1b89512e1d54 (diff)
downloadldetect-bddd15f634b326032c7f591f332e6f7a913b7195.tar
ldetect-bddd15f634b326032c7f591f332e6f7a913b7195.tar.gz
ldetect-bddd15f634b326032c7f591f332e6f7a913b7195.tar.bz2
ldetect-bddd15f634b326032c7f591f332e6f7a913b7195.tar.xz
ldetect-bddd15f634b326032c7f591f332e6f7a913b7195.zip
Fix some memory leaks
Diffstat (limited to 'common.c')
-rw-r--r--common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.c b/common.c
index bcc614d..58d45ee 100644
--- a/common.c
+++ b/common.c
@@ -74,6 +74,7 @@ fh fh_open(const char *name) {
exit(3);
}
}
+ free(fname_gz);
}
free(fname);