1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

s3:client: Call gfree_all() before exit in smbspool

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andreas Schneider 2023-10-24 12:05:56 +02:00 committed by Andrew Bartlett
parent e48798cbb0
commit e24900ac89

View File

@ -444,7 +444,7 @@ main(int argc, /* I - Number of command-line arguments */
*/
done:
gfree_all();
TALLOC_FREE(frame);
return (status);
}