1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

s3:utils: Call gfree_all() before exit in smbfilter

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:03:12 +02:00 committed by Andrew Bartlett
parent f849efebb8
commit 8a873f8977

View File

@ -350,6 +350,7 @@ int main(int argc, char *argv[])
}
start_filter(desthost);
gfree_all();
TALLOC_FREE(frame);
return 0;
}