]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorAndreas Gustafsson <source@isc.org>
Wed, 5 Sep 2001 17:51:13 +0000 (17:51 +0000)
committerAndreas Gustafsson <source@isc.org>
Wed, 5 Sep 2001 17:51:13 +0000 (17:51 +0000)
Assertion failure when ISC_MEM_DEBUGRECORD set.

lib/isc/mem.c

index bae9a9954052658e223c4a2b848f21e74004f7a9..2930a0854962bc7f088d7bf57e29dff5d043f883 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: mem.c,v 1.98 2001/07/17 10:02:46 marka Exp $ */
+/* $Id: mem.c,v 1.98.2.1 2001/09/05 17:51:13 gson Exp $ */
 
 #include <config.h>
 
@@ -1223,7 +1223,7 @@ isc__mem_free(isc_mem_t *ctx, void *ptr FLARG) {
        mem_putstats(ctx, si, size);
 #endif /* ISC_MEM_USE_INTERNAL_MALLOC */
 
-       DELETE_TRACE(ctx, ptr, si->u.size, file, line);
+       DELETE_TRACE(ctx, ptr, size, file, line);
 
        UNLOCK(&ctx->lock);
 }