svn commit: samba r19950 - in branches/SAMBA_3_0/source/lib: .

vlendec at samba.org vlendec at samba.org
Wed Nov 29 15:46:58 GMT 2006


Author: vlendec
Date: 2006-11-29 15:46:57 +0000 (Wed, 29 Nov 2006)
New Revision: 19950

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

Log:
talloc_destroy is replaced these days
Modified:
   branches/SAMBA_3_0/source/lib/sharesec.c


Changeset:
Modified: branches/SAMBA_3_0/source/lib/sharesec.c
===================================================================
--- branches/SAMBA_3_0/source/lib/sharesec.c	2006-11-29 15:40:26 UTC (rev 19949)
+++ branches/SAMBA_3_0/source/lib/sharesec.c	2006-11-29 15:46:57 UTC (rev 19950)
@@ -179,8 +179,7 @@
 out:
  
 	prs_mem_free(&ps);
-	if (mem_ctx)
-		talloc_destroy(mem_ctx);
+	TALLOC_FREE(mem_ctx);
 	return ret;
 }
 



More information about the samba-cvs mailing list