[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:10:38 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 2346ee39d9afe2f6a8d7a8269ab768aaff4d688e
Author: aCaB <acab at clamav.net>
Date:   Mon Dec 7 14:03:58 2009 +0100

    leaking sobel

diff --git a/libclamav/pe_icons.c b/libclamav/pe_icons.c
index d6c1505..208d1f8 100644
--- a/libclamav/pe_icons.c
+++ b/libclamav/pe_icons.c
@@ -986,6 +986,9 @@ static int getmetrics(unsigned int side, unsigned int *imagedata, struct icomtr
 	    if(sob > i) i = sob;
 	}
     }
+#ifdef USE_FLOATS
+    free(sobel);
+#endif
 
     /* Sobel 2 - norm to max */
     if(i) {

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list