2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

2149. [bug] isc_mem_checkdestroyed() failed to abort on

if there were still active memory contexts.
                        [RT #16672]
This commit is contained in:
Mark Andrews
2007-02-26 22:57:03 +00:00
parent bde20a0436
commit 58f32ac26e
2 changed files with 6 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: mem.c,v 1.131 2007/02/14 02:39:44 marka Exp $ */
/* $Id: mem.c,v 1.132 2007/02/26 22:57:03 marka Exp $ */
/*! \file */
@@ -1948,7 +1948,7 @@ isc_mem_checkdestroyed(FILE *file) {
}
fflush(file);
#endif
INSIST(1);
INSIST(0);
}
UNLOCK(&lock);
}