diff options
author | Gerald Carter <jerry@samba.org> | 2001-08-22 01:48:45 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-08-22 01:48:45 +0000 |
commit | a50c3df15b3a82b4363fde0442c98edea067b4ae (patch) | |
tree | 9e1b92ec6c19dfdf31d2442d688a872cf33c5d66 | |
parent | fe4ffa8dda165b0d1197f022f59db0a284cbef79 (diff) | |
download | samba-a50c3df15b3a82b4363fde0442c98edea067b4ae.tar.gz samba-a50c3df15b3a82b4363fde0442c98edea067b4ae.tar.xz samba-a50c3df15b3a82b4363fde0442c98edea067b4ae.zip |
merge from 2.2
-rw-r--r-- | source/param/loadparm.c | 3 |
1 files changed, 3 insertions, 0 deletions
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(); } /*************************************************************************** |