From c23ddc0aef3493cd7de31a6c43ee985f751a06cf Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 25 Jun 2012 12:55:54 +0200 Subject: cleanup & fix of mini-leak --- runtime/rsconf.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'runtime/rsconf.c') diff --git a/runtime/rsconf.c b/runtime/rsconf.c index affa2dd5..9ee13dd4 100644 --- a/runtime/rsconf.c +++ b/runtime/rsconf.c @@ -175,13 +175,11 @@ freeCnf(rsconf_t *pThis) /* destructor for the rsconf object */ BEGINobjDestruct(rsconf) /* be sure to specify the object type also in END and CODESTART macros! */ CODESTARTobjDestruct(rsconf) -dbgprintf("AAA: rsconfObjDesctruct called\n"); freeCnf(pThis); tplDeleteAll(pThis); free(pThis->globals.mainQ.pszMainMsgQFName); free(pThis->globals.pszConfDAGFile); llDestroy(&(pThis->rulesets.llRulesets)); -dbgprintf("AAA: rsconfObjDesctruct exit\n"); ENDobjDestruct(rsconf) -- cgit v1.2.3