]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libxl: Explicitly remove timeouts
authorJim Fehlig <jfehlig@suse.com>
Mon, 21 Jan 2013 17:30:29 +0000 (10:30 -0700)
committerJim Fehlig <jfehlig@suse.com>
Fri, 25 Jan 2013 18:35:41 +0000 (11:35 -0700)
commitce33422d35e7b827be12f23ab3af8888f5d01641
tree41ba8df76bca29c37043ffa09f3641c61c544e1c
parent889ce7460c706a8528bce444827261b288280490
libxl: Explicitly remove timeouts

I've noticed that libxl can invoke timeout reregister/modify hooks
after returning from libxl_ctx_free.  Explicitly remove the
timeouts before freeing the libxl ctx to avoid executing hooks on
stale objects.
src/libxl/libxl_conf.h
src/libxl/libxl_driver.c