mirror of
https://github.com/samba-team/samba.git
synced 2025-02-11 17:58:16 +03:00
4d9753dfbd
Fix ASAN detected use after free. No security implications as the talloc_free is followed immediately by the print statement and the value printed is an integer Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>