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

Fix a memleak in nss_wins

This commit is contained in:
Volker Lendecke 2010-12-28 17:08:57 +01:00
parent 181cd3281c
commit 5f79588de0

View File

@ -152,6 +152,7 @@ static struct in_addr *lookup_byname_backend(const char *name, int *count)
return NULL;
}
*ret = ((struct sockaddr_in *)pss)->sin_addr;
SAFE_FREE(pss);
break;
}
}