2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

set to omapi_object_types to NULL after freeing the types

This commit is contained in:
David Lawrence 2000-01-31 20:24:43 +00:00
parent ad1a8079ba
commit 7ce7f319b5

View File

@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: object.c,v 1.10 2000/01/31 14:52:33 tale Exp $ */
/* $Id: object.c,v 1.11 2000/01/31 20:24:43 tale Exp $ */
/* Principal Author: Ted Lemon */
@ -274,6 +274,8 @@ object_destroytypes(void) {
next_type = type->next;
isc_mem_put(omapi_mctx, type, sizeof(*type));
}
omapi_object_types = NULL;
}
/*