http://code.google.com/p/canopy-httpd/source/detail?r=1124
Modified:
/trunk/src/lib/canopy/htab.c
=======================================
--- /trunk/src/lib/canopy/htab.c Wed Dec 15 20:03:27 2010
+++ /trunk/src/lib/canopy/htab.c Sat Dec 18 14:57:22 2010
@@ -332,6 +332,10 @@
if (htab->ht_flags & CNP_HTAB_COPYKEY)
cnp_free(ent->he_key);
+
+ if (htab->ht_datafree != NULL)
+ (*htab->ht_datafree)(ent->he_data);
+
cnp_free(ent);
}