On 14/11/19 09:23, Marc-André Lureau wrote: >> +{ >> + char *qom_name = g_strdup(name); > Could use g_autofree, and thus return directly without r.
And avoid a bunch of memory leaks in the rest of the series. Paolo
On 14/11/19 09:23, Marc-André Lureau wrote: >> +{ >> + char *qom_name = g_strdup(name); > Could use g_autofree, and thus return directly without r.
And avoid a bunch of memory leaks in the rest of the series. Paolo