Re: [libvirt] [PATCH 07/12] storage_conf: Improve the memory deallocation of pool def parsing

2013-05-28 Thread Ján Tomko
On 05/22/2013 02:05 PM, Osier Yang wrote: Changes: * Free all the strings at cleanup, instead of freeing them in the middle * Remove xmlFree * s/tmppath/target_path/, to make it more sensible * Add new goto label error --- src/conf/storage_conf.c | 54

[libvirt] [PATCH 07/12] storage_conf: Improve the memory deallocation of pool def parsing

2013-05-22 Thread Osier Yang
Changes: * Free all the strings at cleanup, instead of freeing them in the middle * Remove xmlFree * s/tmppath/target_path/, to make it more sensible * Add new goto label error --- src/conf/storage_conf.c | 54 - 1 file