diff options
author | Volker Lendecke <vl@samba.org> | 2010-04-04 14:20:15 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-04-19 14:27:24 +0200 |
commit | 76972533da513f8b7a1bca5f6a401d1476a9dba5 (patch) | |
tree | b63471b1c2f1cd9d3df0c90249c15eb2ddb6205a /nsswitch | |
parent | 7072cc0c9d6b64f286bdb325bdc78aa7dba62ada (diff) | |
download | samba-76972533da513f8b7a1bca5f6a401d1476a9dba5.tar.gz samba-76972533da513f8b7a1bca5f6a401d1476a9dba5.tar.bz2 samba-76972533da513f8b7a1bca5f6a401d1476a9dba5.zip |
libwbclient does not need talloc_free anymore
Diffstat (limited to 'nsswitch')
-rw-r--r-- | nsswitch/libwbclient/wbclient.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nsswitch/libwbclient/wbclient.c b/nsswitch/libwbclient/wbclient.c index fa51cbd8cb..2792827bd5 100644 --- a/nsswitch/libwbclient/wbclient.c +++ b/nsswitch/libwbclient/wbclient.c @@ -195,7 +195,6 @@ void wbcFreeMemory(void *p) } wbcMem = wbcMemToPrefix(p); if (wbcMem->magic != WBC_MAGIC) { - talloc_free(p); return; } if (wbcMem->destructor != NULL) { |