summaryrefslogtreecommitdiff
path: root/git.mk
diff options
context:
space:
mode:
authorFabiano FidĂȘncio <fidencio@redhat.com>2015-07-22 04:09:32 +0200
committerFabiano FidĂȘncio <fidencio@redhat.com>2015-07-22 14:56:57 +0200
commitb225ef5884214763ae5650202ebbc914ba77f224 (patch)
tree9ce308c100047cd876439fe2fbeabfe3e576cfc2 /git.mk
parent4ec75ee70cbe7560ffb83e4e84ffb4f925a41390 (diff)
events: don't leak GIOChannel when destroying IO handleHEADmaster
virt_viewer_events_add_handle() creates a GIOChannel in order to watch the fd it was given for changes. virt_viewer_events_remove_handle() is freeing all the resources allocated by virt_viewer_events_add_handle() except for this GIOChannel. This commit adds the needed g_io_channel_unref() call to virt_viewer_events_remove_handle() Based on commit 8e95b8d25a3eee6316aff2f83b0c449aaf10984a from libvirt-glib. Original author: Christophe Fergeau <cfergeau@redhat.com> Related to: rhbz#1243228
Diffstat (limited to 'git.mk')
0 files changed, 0 insertions, 0 deletions