[netfilter-cvslog] r3380 - trunk/nfsim/core

rusty at netfilter.org rusty at netfilter.org
Tue Dec 14 07:56:34 CET 2004


Author: rusty at netfilter.org
Date: 2004-12-14 07:56:33 +0100 (Tue, 14 Dec 2004)
New Revision: 3380

Modified:
   trunk/nfsim/core/tui.c
Log:
Remove modules and check for memory leaks even when scripts fail.


Modified: trunk/nfsim/core/tui.c
===================================================================
--- trunk/nfsim/core/tui.c	2004-12-14 06:56:06 UTC (rev 3379)
+++ trunk/nfsim/core/tui.c	2004-12-14 06:56:33 UTC (rev 3380)
@@ -197,6 +197,10 @@
 
 	nfsim_log(LOG_ALWAYS, "%s", str);
 	talloc_free(str);
+
+	unload_all_modules();
+	check_allocations();
+	
 	exit(1);
 }
 




More information about the netfilter-cvslog mailing list