source3/winbindd/idmap_tdb_common.c: fix stackframe leak
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 17 Jul 2012 19:35:31 +0000 (05:05 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 17 Jul 2012 19:35:31 +0000 (05:05 +0930)
commit5716570cbc1db1bf0d60441622f79ac934443232
tree8c19b3b66828c5158229d8bed93be5e82bc231fa
parent32c69e6e2a089812610599ee9e0e832d2ffe195a
source3/winbindd/idmap_tdb_common.c: fix stackframe leak

idmap_tdb_common_sid_to_unixid() doesn't always free its stackframe.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
source3/winbindd/idmap_tdb_common.c