Make sure that wbcLookupSid() and wbcLookupRids() use talloc()'d memory.
authorGerald (Jerry) Carter <jerry@samba.org>
Wed, 2 Jan 2008 20:50:59 +0000 (14:50 -0600)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 2 Jan 2008 20:50:59 +0000 (14:50 -0600)
commit39c2059f66ee9eb471a503b9c776807b91c2a8f8
treeba3e82806ad981c2326ed92559213eb6d6f55dce
parentfa669b307c5191f1f8921e863e88c1e9ff692557
Make sure that wbcLookupSid() and wbcLookupRids() use talloc()'d memory.

Follows existing convention that all returned memory should be freed with
wbcFreeMemory() and not directly with free().  Noticed by Volker.  Txs.
source/lib/winbind_util.c
source/nsswitch/libwbclient/wbc_sid.c
source/nsswitch/libwbclient/wbc_util.c