Fix segfault caused by calling free() on memory allocated in wbcSidToString() feature/libwbclient
authorGerald (Jerry) Carter <jerry@samba.org>
Sun, 21 Oct 2007 21:51:53 +0000 (16:51 -0500)
committerGerald (Jerry) Carter <jerry@samba.org>
Sun, 21 Oct 2007 21:51:53 +0000 (16:51 -0500)
commit6c65d603e8dcf06127e901e67987be20d84f176a
treebd921c1f37164099c68edac231f813e87b0e14bf
parent7bc414fae3f1d4d3ffa776d50c7dac086812b5b0
Fix segfault caused by calling free() on memory allocated in wbcSidToString()
which was recently converted internally to talloc().
source/nsswitch/libwbclient/wbclient.c