diff options
Diffstat (limited to 'log.c')
-rw-r--r-- | log.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -34,7 +34,7 @@ | |||
34 | */ | 34 | */ |
35 | 35 | ||
36 | #include "includes.h" | 36 | #include "includes.h" |
37 | RCSID("$OpenBSD: log.c,v 1.24 2002/07/19 15:43:33 markus Exp $"); | 37 | RCSID("$OpenBSD: log.c,v 1.25 2003/01/11 18:29:43 markus Exp $"); |
38 | 38 | ||
39 | #include "log.h" | 39 | #include "log.h" |
40 | #include "xmalloc.h" | 40 | #include "xmalloc.h" |
@@ -233,6 +233,7 @@ fatal_remove_all_cleanups(void) | |||
233 | next_cu = cu->next; | 233 | next_cu = cu->next; |
234 | xfree(cu); | 234 | xfree(cu); |
235 | } | 235 | } |
236 | fatal_cleanups = NULL; | ||
236 | } | 237 | } |
237 | 238 | ||
238 | /* Cleanup and exit */ | 239 | /* Cleanup and exit */ |