diff options
Diffstat (limited to 'nsswitch/wbinfo.c')
-rw-r--r-- | nsswitch/wbinfo.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nsswitch/wbinfo.c b/nsswitch/wbinfo.c index ca1fefb606..e57630991c 100644 --- a/nsswitch/wbinfo.c +++ b/nsswitch/wbinfo.c @@ -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; |