From: Gerald Carter Date: Wed, 22 Aug 2001 01:48:45 +0000 (+0000) Subject: merge from 2.2 X-Git-Tag: samba-4.0.0alpha6~801^2~17560 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ca7ec6389b6785478eb1138ab2dc90fc6362a58;p=thirdparty%2Fsamba.git merge from 2.2 (This used to be commit a50c3df15b3a82b4363fde0442c98edea067b4ae) --- diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 543e9bab9f5..df08c9693ed 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -3085,6 +3085,9 @@ void lp_add_one_printer(char *name, char *comment) ServicePtrs[i]->autoloaded = True; } } + + /* free up temporary memory */ + lp_talloc_free(); } /***************************************************************************