]> git.ipfire.org Git - thirdparty/libvirt.git/commit
remote_driver: Avoid double free in EventControl building
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 6 Oct 2011 13:33:40 +0000 (15:33 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 7 Oct 2011 07:56:32 +0000 (09:56 +0200)
commit811886672d8c6f45b431fde4b7caeaa081549130
treeb54efe2a65957ab2f59777d621ee4b90ba51aa2f
parent2d45ae5a013a0353688d92c3e93b7e53a2939a96
remote_driver: Avoid double free in EventControl building

Don't xdr_free event data as they are freed by our caller
virNetClientProgramDispatch.
src/remote/remote_driver.c