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:
parent
181cd3281c
commit
5f79588de0
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user