]> git.ipfire.org Git - thirdparty/libvirt.git/commit
node_device: udev: Fix memory leak
authorCole Robinson <crobinso@redhat.com>
Tue, 12 Jan 2010 20:01:21 +0000 (15:01 -0500)
committerCole Robinson <crobinso@redhat.com>
Wed, 13 Jan 2010 12:02:19 +0000 (07:02 -0500)
commitd0b97e820ce22fc554c2e5e8b36578708c5c06d4
tree284149434407d2b532a94fa4aeefbc9480e8ac49
parentc198f51a10817797c62b033dbbfb01022377b42f
node_device: udev: Fix memory leak

We are setting the same property two different ways without
free'ing in between. Just drop the second assignment.
src/node_device/node_device_udev.c