]> git.ipfire.org Git - thirdparty/libvirt.git/commit
phyp: Fix memory leak in phypUUIDTable_Push
authorZhiPeng Lu <lu.zhipeng@zte.com.cn>
Wed, 19 Jul 2017 00:02:36 +0000 (08:02 +0800)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 19 Jul 2017 14:49:51 +0000 (16:49 +0200)
commit65bacb91811b5ba3bea643b7932c503f99039ea9
tree15b2301f556c20e60b92930b2fdccd4c710bbd8e
parent8c1f25438eaa4b09815628f9a0434ae8abec3f53
phyp: Fix memory leak in phypUUIDTable_Push

@remote_file, allocated by virAsprintf, was not freed and leaked.

Signed-off-by: Zhipeng Lu <lu.zhipeng@zte.com.cn>
src/phyp/phyp_driver.c