]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Free the return value of virFileFindResource
authorJán Tomko <jtomko@redhat.com>
Mon, 7 Jul 2014 06:18:44 +0000 (08:18 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 7 Jul 2014 06:32:11 +0000 (08:32 +0200)
commitf1e192e92ec17f9fe979f1d30bad79f21189eef1
tree4d4d2a73ccc645329bb812e9677217cc42984aba
parent14f71959b6741ecd825b6250ba69805f1706ff3d
Free the return value of virFileFindResource

Commits e18a80a and 57e5c3c switched from a getenv wrapper which
does not allocate a string to virFileFindResource which does not,
without freeing it.

https://bugzilla.redhat.com/show_bug.cgi?id=1116427
src/locking/lock_driver_lockd.c
src/remote/remote_driver.c