]> xenbits.xensource.com Git - libvirt.git/commit
remote: Avoid coverity[leaked_storage] message.
authorJohn Ferlan <jferlan@redhat.com>
Tue, 22 Jan 2013 14:41:02 +0000 (09:41 -0500)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 22 Jan 2013 15:59:45 +0000 (16:59 +0100)
commit9cc0f8d5036ed18103710218a04dc2e3f01191cc
treedff39d74abd572fbd5b59a03595cc35a200a7943
parent6c2e4c3856c8ed48c378bf1bf357cab46271a47a
remote: Avoid coverity[leaked_storage] message.

Upon successful return of virNetClientStreamEventAddCallback() the
allocated cbdata field will be freed by virNetClientStreamEventRemoveCallback()
as cbOpaque using the free function remoteStreamCallbackFree().
src/remote/remote_driver.c