Hey,
On Thu, Aug 15, 2013 at 01:41:44PM +0100, Daniel P. Berrange wrote:
From: "Daniel P. Berrange" <berrange(a)redhat.com>
The fetch_list helper cleanup code iterates over the
elements in 'lst' array free'ing each one. This is dead
code, however, since the only way to get there is from
codepaths which do not populate 'lst' elements.
ACK. Calling g_free on libvirt-allocated memory was also not very good, so
good to have this gone.
Christophe