mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
1848. [bug] Improve SMF integration. [RT #13238]
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: main.c,v 1.142 2005/04/05 01:30:05 marka Exp $ */
|
||||
/* $Id: main.c,v 1.143 2005/04/05 02:13:45 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@@ -566,7 +566,7 @@ setup(void) {
|
||||
else
|
||||
ns_smf_got_instance = 0;
|
||||
if (instance != NULL)
|
||||
isc_mem_free(instance);
|
||||
isc_mem_free(ns_g_mctx, instance);
|
||||
#endif /* HAVE_LIBSCF */
|
||||
|
||||
#ifdef PATH_RANDOMDEV
|
||||
|
Reference in New Issue
Block a user