]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libxl: fix leaking libxl events
authorJim Fehlig <jfehlig@suse.com>
Thu, 16 May 2013 15:38:56 +0000 (09:38 -0600)
committerJim Fehlig <jfehlig@suse.com>
Fri, 17 May 2013 08:35:56 +0000 (02:35 -0600)
commita2619bb1ff14ae48eb66e7ffbc794e448a52079a
tree3246bc8e7313b64d7073eb2daca51e922f6bede0
parent43b0ff5b1eb7fbcdc348b2a53088a7db939d5e48
libxl: fix leaking libxl events

libxl expects the event handler to free the event passed to it.  From
libxl_event.h:

   event becomes owned by the application and must be freed, either
   by event_occurs or later
src/libxl/libxl_driver.c