diff options
-rw-r--r-- | source3/param/test_lp_load.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/test_lp_load.c b/source3/param/test_lp_load.c index db1bad4726..1ec123e70a 100644 --- a/source3/param/test_lp_load.c +++ b/source3/param/test_lp_load.c @@ -81,8 +81,8 @@ int main(int argc, const char **argv) done: - TALLOC_FREE(frame); gfree_loadparm(); + TALLOC_FREE(frame); return ret; } |