fixed problem in release build

This commit is contained in:
Rainer Gerhards 2008-03-13 11:29:46 +00:00
parent 0b0eea4fdb
commit c5620b6d7f

View File

@ -704,7 +704,9 @@ CODESTARTObjClassExit(module)
/* release objects we no longer need */
objRelease(errmsg, CORE_COMPONENT);
# ifdef DEBUG
modUsrPrintAll(); /* debug aid - TODO: integrate with debug.c, at least the settings! */
# endif
ENDObjClassExit(module)