common/messaging: Don't forget to free the result returned by tdb_fetch()
authorAmitay Isaacs <amitay@gmail.com>
Tue, 2 Apr 2013 05:57:51 +0000 (16:57 +1100)
committerAmitay Isaacs <amitay@gmail.com>
Fri, 5 Apr 2013 02:00:16 +0000 (13:00 +1100)
commit20be1f991dd75c2333c9ec9db226432a819f57ba
tree792a2b29be6c8164e92757109d3746e6047ea3fc
parent4e1ec7412866f2d31c41de1bec0fbf788c03051b
common/messaging: Don't forget to free the result returned by tdb_fetch()

This fixes a memory leak in the messaging code.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
common/ctdb_message.c