]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Need to initialize variables before VIR_FREE
authorJohn Ferlan <jferlan@redhat.com>
Tue, 22 Jan 2013 14:15:38 +0000 (09:15 -0500)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 22 Jan 2013 16:29:25 +0000 (17:29 +0100)
commit8164b0e80424d94f922ff98c868df9b32abed5d2
tree9ac92f2c9111705fddbb604d1eb2331432530093
parent2a5d14e20697d4c93c34114dbac18d9b66046c68
conf: Need to initialize variables before VIR_FREE

Resolve a couple of instances where variables were not initialized
prior to potential VIR_FREE call in cleanup path.
src/conf/domain_audit.c