]> git.ipfire.org Git - thirdparty/libvirt.git/commit
esx: Fix freeing of heterogeneous lists
authorMatthias Bolte <matthias.bolte@googlemail.com>
Wed, 28 Jul 2010 13:42:10 +0000 (15:42 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 30 Jul 2010 12:42:57 +0000 (14:42 +0200)
commit5cff36e39ae691fbd7c40597df1732eecf294150
treea5873d10e2826e48b3e2470a08822e7d35087ae4
parentc38e2f7a3994ffe94e519636ba921f440729bbeb
esx: Fix freeing of heterogeneous lists

Always call the free function of the base type. The base type
function then dynamically dispatches the call to the free function
for the actual type.
src/esx/esx_vi_generator.py