summaryrefslogtreecommitdiff
path: root/source3/param/test_lp_load.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/param/test_lp_load.c')
-rw-r--r--source3/param/test_lp_load.c2
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;
}