diff options
Diffstat (limited to 'source3/lib/fault.c')
-rw-r--r-- | source3/lib/fault.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/fault.c b/source3/lib/fault.c index 52c4ae63e5..b5d290a2c8 100644 --- a/source3/lib/fault.c +++ b/source3/lib/fault.c @@ -133,6 +133,7 @@ void dump_core_setup(const char *progname) chmod(corepath,0700); SAFE_FREE(corepath); + SAFE_FREE(logbase); #ifdef HAVE_GETRLIMIT #ifdef RLIMIT_CORE |