Skip to content

glib-compile-resources: Fix a memory leak of the compiler option

G_OPTION_ARG_STRING returns a newly allocated string, not a const one.

Signed-off-by: Philip Withnall pwithnall@endlessos.org

Merge request reports