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)
commit38c287740f9b6a9cb8f093de864f8fd5e98eff9c
tree389442ae197c811b0bfa36c82c7773a0b7df0cfc
parent7c74e379a5f7935203c1a79120824d5f747eef31
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.
(This used to be commit be6f12273f171a3eb1967d2299064e57d737f6a4)
source3/winbindd/winbindd.c