> On Nov 9, 2020, at 9:43 AM, Michal Privoznik <mpriv...@redhat.com> wrote:
> 
> Nice cleanup. But as I say in 03/28 I think we might want glib adoption to be 
> done in bigger chunks. Usually we rewrite VIR_ALLOC/VIR_REALLOC_N -> 
> g_new0()/g_renew() in one patch (might be coupled with g_free() except 
> VIR_FREE() resets the pointer to NULL and g_free() doesn't do that so I'm not 
> really a fan of g_free()), then g_strdup() in another path, and so on.

I had thought that g_free() was a drop-in replacement for VIR_FREE() 
based on other earlier commits that I had seen. You can drop the 
g_free() commits from this series if everything else looks good.

-- 
Matt


Reply via email to