[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-397-gccacd17

Jeremy Allison jra at samba.org
Fri Nov 30 00:37:10 GMT 2007


The branch, v3-2-test has been updated
       via  ccacd170472869391bd1e5bc850b1467492b8fa3 (commit)
      from  ba9e2be2b5a59684e854609f9d82ea1633448c62 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit ccacd170472869391bd1e5bc850b1467492b8fa3
Author: Jeremy Allison <jra at samba.org>
Date:   Thu Nov 29 16:30:18 2007 -0800

    Fix memleak.
    Jeremy.

-----------------------------------------------------------------------

Summary of changes:
 source/lib/fault.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/fault.c b/source/lib/fault.c
index 52c4ae6..b5d290a 100644
--- a/source/lib/fault.c
+++ b/source/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


-- 
Samba Shared Repository


More information about the samba-cvs mailing list