Skip to content

common: fix some wrong autofree uses

Corentin Noël requested to merge wip/tintou/fix-free into master

g_autofree an array only g_free the first element, GStrv is the string array type.

Merge request reports