]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
merge from 2.2
authorGerald Carter <jerry@samba.org>
Wed, 22 Aug 2001 01:48:45 +0000 (01:48 +0000)
committerGerald Carter <jerry@samba.org>
Wed, 22 Aug 2001 01:48:45 +0000 (01:48 +0000)
source/param/loadparm.c

index 543e9bab9f5e82e8d6d01eb8769a57dcd47259b0..df08c9693ed8185a83d7ede134338b3f5b030152 100644 (file)
@@ -3085,6 +3085,9 @@ void lp_add_one_printer(char *name, char *comment)
                        ServicePtrs[i]->autoloaded = True;
                }
        }
+
+       /* free up temporary memory */
+       lp_talloc_free();
 }
 
 /***************************************************************************