summaryrefslogtreecommitdiff
path: root/src/command.c
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2000-08-31 18:05:14 +0000
committerMichael Jennings <mej@kainx.org>2000-08-31 18:05:14 +0000
commitd9812953687ef5c9e622811d63e0b957d3a6bfa6 (patch)
treefb6186c8f79079d5415058b029b085c0c8f3e433 /src/command.c
parent9a6507f4583517330210c7fcdaa3a8db7cd26741 (diff)
downloadeterm-d9812953687ef5c9e622811d63e0b957d3a6bfa6.tar.gz
Thu Aug 31 11:22:30 PDT 2000 Michael Jennings <mej@eterm.org>
Crap. That was not supposed to be committed. SVN revision: 3285
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c
index 90a9c09..cf8e61f 100644
--- a/src/command.c
+++ b/src/command.c
@@ -1136,7 +1136,11 @@ clean_exit(void)
remove_utmp_entry();
#endif
privileges(REVERT);
- memrec_dump();
+#if DEBUG >= DEBUG_MEM
+ if (DEBUG_LEVEL >= DEBUG_MEM) {
+ memrec_dump();
+ }
+#endif
PABLO_STOP_TRACING();
DPRINTF1(("Cleanup done. I am outta here!\n"));
}