1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

Revert "nsswitch: Fix a memleak in wbinfo"

This reverts commit a97f2a0a9c0f1c148a0152202296bb078103b40c.

This was not a memleak, it was a valgrind false positive. We store "details" in
a static.
This commit is contained in:
Volker Lendecke 2010-04-24 12:40:10 +02:00
parent dbb7db6c25
commit 4c7cc8bb63

View File

@ -72,8 +72,6 @@ static char winbind_separator(void)
sep = details->winbind_separator;
got_sep = true;
wbcFreeMemory(details);
if (!sep) {
d_fprintf(stderr, "winbind separator was NULL!\n");
return 0;