]> xenbits.xensource.com Git - libvirt.git/commit
Fix valgrind complaints when using kill -SIGHUP on libvirtd
authorStefan Berger <stefanb@us.ibm.com>
Thu, 12 Aug 2010 20:30:11 +0000 (16:30 -0400)
committerStefan Berger <stefanb@us.ibm.com>
Thu, 12 Aug 2010 20:30:11 +0000 (16:30 -0400)
commit18b6323ab9e4deede09799e9f964a355d64f3cf0
tree07a23a2532bc993836cb4808ac7e6b72f2e62d08
parent986c2086958e351da35079501fb51e40af2d5b48
Fix valgrind complaints when using kill -SIGHUP on libvirtd

This patch fixes a couple of complaints from valgrind when tickling libvirtd with SIGHUP.

The first two files contain fixes for memory leaks. The 3rd one initializes an uninitialized variable. The 4th one is another memory leak.
src/conf/nwfilter_conf.c
src/conf/storage_conf.c
src/cpu/cpu_x86.c
src/util/util.c