svn commit: samba r26458 - in branches/SAMBA_4_0/source/client: .

kai at samba.org kai at samba.org
Fri Dec 14 17:32:48 GMT 2007


Author: kai
Date: 2007-12-14 17:32:48 +0000 (Fri, 14 Dec 2007)
New Revision: 26458

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26458

Log:
Janitorial: also free() var on continue.

Spotted by metze.

Modified:
   branches/SAMBA_4_0/source/client/client.c


Changeset:
Modified: branches/SAMBA_4_0/source/client/client.c
===================================================================
--- branches/SAMBA_4_0/source/client/client.c	2007-12-14 14:47:07 UTC (rev 26457)
+++ branches/SAMBA_4_0/source/client/client.c	2007-12-14 17:32:48 UTC (rev 26458)
@@ -3003,6 +3003,7 @@
 		/* special case - first char is ! */
 		if (*cline == '!') {
 			system(cline + 1);
+			free(cline);
 			continue;
 		}
 



More information about the samba-cvs mailing list