summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-08-22 04:37:05 +0000
committerJeremy Allison <jra@samba.org>2001-08-22 04:37:05 +0000
commit78c2f49b2f6c5d7b94d3f864c10d6880fa50cc5a (patch)
tree525efe721a47d92be0a88c815e487314933cf0e9
parent299dbc870b3ca55237f061d956769bb824a5cdc8 (diff)
downloadsamba-78c2f49b2f6c5d7b94d3f864c10d6880fa50cc5a.tar.gz
samba-78c2f49b2f6c5d7b94d3f864c10d6880fa50cc5a.tar.xz
samba-78c2f49b2f6c5d7b94d3f864c10d6880fa50cc5a.zip
Remove unneeded lp_talloc_free(), this is done in the main loop....
Jeremy.
-rw-r--r--source/param/loadparm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/param/loadparm.c b/source/param/loadparm.c
index 19fe2d0b279..42c929f8270 100644
--- a/source/param/loadparm.c
+++ b/source/param/loadparm.c
@@ -3145,9 +3145,6 @@ void lp_add_one_printer(char *name, char *comment)
ServicePtrs[i]->autoloaded = True;
}
}
-
- /* free up temporary memory */
- lp_talloc_free();
}
/***************************************************************************