Use correct free functions for blacklist dicts.
authorMichael Poole <mdpoole@troilus.org>
Sat, 31 Mar 2007 17:26:31 +0000 (13:26 -0400)
committerMichael Poole <mdpoole@troilus.org>
Sat, 31 Mar 2007 17:26:31 +0000 (13:26 -0400)
commitccd58138d242d04b77869814cef6d75b9c53177d
tree7917a5484fcbddf8293381475c0475578b551d0c
parent624087e2ada8e3f393ce9cecb8c8c69393184c97
Use correct free functions for blacklist dicts.

src/mod-blacklist.c (blacklist_conf_read): Use dnsbl_zone_free() to free
    zone structures, and free() to free blacklist reasons, rather than
    vice versa.
src/mod-blacklist.c