]> git.ipfire.org Git - thirdparty/libvirt.git/commit
remote: avoid memory leak
authorajia@redhat.com <ajia@redhat.com>
Sun, 18 Sep 2011 16:36:12 +0000 (00:36 +0800)
committerEric Blake <eblake@redhat.com>
Mon, 19 Sep 2011 19:34:52 +0000 (13:34 -0600)
commit809999b5a3df3101b7ec7160cd58f73c214d9bc8
tree8a748e6ca361b0687ba70950ac9ae2daceca253f
parentdb3b32c4e120eaa3bdc08139c2b78d46ba5915bf
remote: avoid memory leak

Leak present since introduction of remoteDomainBuildEventGraphics
in commit 987e31e.

* src/remote/remote_driver.c: fix memory leak.

Signed-off-by: Alex Jia <ajia@redhat.com>
src/remote/remote_driver.c