[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b
aCaB
acab at clamav.net
Sun Apr 4 01:21:29 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit b934182019ace79a1b4a39467a5200e528e2c219
Author: aCaB <acab at clamav.net>
Date: Sun Feb 28 23:39:15 2010 +0100
small leak fix
diff --git a/libclamav/scanners.c b/libclamav/scanners.c
index aad4c27..ceefb78 100644
--- a/libclamav/scanners.c
+++ b/libclamav/scanners.c
@@ -2278,6 +2278,7 @@ int cl_scandesc(int desc, const char **virname, unsigned long int *scanned, cons
ctx.fmap++;
cli_bitset_free(ctx.hook_lsig_matches);
+ free(ctx.fmap);
if(rc == CL_CLEAN && ctx.found_possibly_unwanted)
rc = CL_VIRUS;
return rc;
--
Debian repository for ClamAV
More information about the Pkg-clamav-commits
mailing list