[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:13:41 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 10c1ce9a392b5e470d9abadba3bbb18ed2e24fec
Author: aCaB <acab at clamav.net>
Date:   Mon Jan 4 17:22:05 2010 +0100

    void return

diff --git a/libclamav/hashtab.c b/libclamav/hashtab.c
index 6066529..e50530c 100644
--- a/libclamav/hashtab.c
+++ b/libclamav/hashtab.c
@@ -445,7 +445,7 @@ int cli_hashset_init(struct cli_hashset* hs, size_t initial_capacity, uint8_t lo
 void cli_hashset_destroy(struct cli_hashset* hs)
 {
 	if (!hs->keys)
-	    return 0;
+	    return;
 	cli_dbgmsg(MODULE_NAME "Freeing hashset, elements: %u, capacity: %u\n", hs->count, hs->capacity);
 	free(hs->keys);
 	free(hs->bitmap);

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list