Fix a memleak in irpc_remove_name
authorVolker Lendecke <vl@samba.org>
Mon, 19 May 2008 13:53:09 +0000 (15:53 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 19 May 2008 13:59:54 +0000 (15:59 +0200)
commitd817b435342956295f0a31b91203d1a63ae12063
tree564506c84bddd0861a51ba0d7290906f2cb1bc92
parenteb1b76d200ea38fd1cea367016b782776004964c
Fix a memleak in irpc_remove_name

First, even when length==0 tdb_fetch might return something. Second, for some
weird reason there might be less data than necessary for a single server id.
(This used to be commit 49b04ca7aadf264e500d83bc8d3cb5173a86184e)
source4/lib/messaging/messaging.c