From: Gerald Carter Date: Wed, 22 Aug 2001 01:48:45 +0000 (+0000) Subject: merge from 2.2 X-Git-Tag: samba-2.2.5pre1~1555^2~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a50c3df15b3a82b4363fde0442c98edea067b4ae;p=thirdparty%2Fsamba.git merge from 2.2 --- diff --git a/source/param/loadparm.c b/source/param/loadparm.c index 543e9bab9f5..df08c9693ed 100644 --- a/source/param/loadparm.c +++ b/source/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(); } /***************************************************************************