Re: [libvirt] [PATCH] virtlockd: fix misc memory leaks and other bugs

2015-11-25 Thread John Ferlan
On 11/24/2015 08:17 AM, Daniel P. Berrange wrote: > Fix memory leaks, failure to restore umask and missing man > page docs. > > Signed-off-by: Daniel P. Berrange > --- > src/locking/lock_daemon.c| 6 +- > src/locking/virtlockd.pod.in | 7 ++- > 2 files

[libvirt] [PATCH] virtlockd: fix misc memory leaks and other bugs

2015-11-24 Thread Daniel P. Berrange
Fix memory leaks, failure to restore umask and missing man page docs. Signed-off-by: Daniel P. Berrange --- src/locking/lock_daemon.c| 6 +- src/locking/virtlockd.pod.in | 7 ++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git