Fix a memleak
authorQiao Yang <geoyang@ironport.com>
Fri, 5 Sep 2008 12:08:09 +0000 (14:08 +0200)
committerVolker Lendecke <vl@samba.org>
Fri, 5 Sep 2008 12:13:39 +0000 (14:13 +0200)
commitbe6f12273f171a3eb1967d2299064e57d737f6a4
tree43988514369ed6b05a146c0c0379e83411fb9fe0
parent2e15036bacf717d27d1806bcbdba1e68f2f76aae
Fix a memleak

request.extra_data is not freed if there is no extra_data in response or
when there is some error happens in processing. This patch will free the
buffer right after processing a request before sending back a response.
source/winbindd/winbindd.c