memory leak fixed

memory leak fixed
This commit is contained in:
MassimilianoPinto
2014-10-14 12:46:15 +02:00
parent a194c47b07
commit 9212effb86

View File

@ -558,6 +558,7 @@ static char* create_auth_fail_str(
{
sprintf(errstr, ferrstr, uname, hostaddr, (*sha1 == '\0' ? "NO" : "YES"));
}
free(uname);
retblock:
return errstr;