]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix virInterfaceIpDefPtr leak during virInterfaceIpDefFree
authorLaine Stump <laine@laine.org>
Tue, 3 Nov 2009 19:02:52 +0000 (20:02 +0100)
committerDaniel Veillard <veillard@redhat.com>
Tue, 3 Nov 2009 20:04:56 +0000 (21:04 +0100)
commit23eaae9aff45624cd6e2fd3769a5440320e782ea
treea03993f0a0d3a8e5ae060f31b52c31660cb636ea
parent3d4c1d94d78bd40d47113754c3517c353256d9c9
Fix virInterfaceIpDefPtr leak during virInterfaceIpDefFree

* src/conf/interface_conf.c: forgot to free the structure itself
src/conf/interface_conf.c