1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
samba-mirror/source3/param
Michael Adam 3358a139d2 [s3]loadparm: refactor freeing of parameter data out and reduce memleak.
Add new functions free_parameter(), free_parameters() and
free_global_parameters() and use these in the appropriate places,
reducing code duplication.

Also, always TALLOC_FREE data of type P_LIST, thus reducing mem-leaks:
This had not been done in init_globals before.

Michael
2008-09-27 22:28:27 +02:00
..
loadparm.c [s3]loadparm: refactor freeing of parameter data out and reduce memleak. 2008-09-27 22:28:27 +02:00
params.c loadparm: add userdata parameter to do_section() and do_parameter(). 2008-03-26 14:55:05 +01:00
test_lp_load.c [s3]loadparm: add a command test_lp_load to test the lp_load function. 2008-09-27 22:28:24 +02:00
util.c Move param helper routines to one place. 2007-11-30 22:25:01 +01:00