diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/rsconf.c | 2 |
1 files changed, 0 insertions, 2 deletions
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) |