1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

s4-client: Don't leak memory.

Reviewed-by: Alexander Bokovoy <ab@samba.org>
This commit is contained in:
Andreas Schneider 2013-02-20 09:48:59 +01:00 committed by Alexander Bokovoy
parent d5a210a26f
commit cf8be08968

View File

@ -1085,6 +1085,8 @@ static int cmd_altname(struct smbclient_context *ctx, const char **args)
}
d_printf("%s\n", altname);
SAFE_FREE(altname);
return 0;
}