[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:19:44 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 9be6a334151038dfc9f707b1ce63fb5f696d7771
Author: aCaB <acab at clamav.net>
Date:   Wed Feb 10 19:38:04 2010 +0100

    fix distcheck

diff --git a/sigtool/vba.c b/sigtool/vba.c
index b026592..b13edb6 100644
--- a/sigtool/vba.c
+++ b/sigtool/vba.c
@@ -66,7 +66,7 @@ void destroy_ctx(cli_ctx *ctx) {
     close((*(ctx->fmap))->fd);
     funmap(*(ctx->fmap));
     free(ctx->fmap);
-    cl_engine_free(ctx->engine);
+    cl_engine_free((struct cl_engine *)ctx->engine);
     free(ctx);
 }
 

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list