diff --git a/source3/client/smbspool.c b/source3/client/smbspool.c index 16a8d44c069..b3da87556d2 100644 --- a/source3/client/smbspool.c +++ b/source3/client/smbspool.c @@ -444,7 +444,7 @@ main(int argc, /* I - Number of command-line arguments */ */ done: - + gfree_all(); TALLOC_FREE(frame); return (status); }