Skip to content

gs-plugin-loader: Fix a memory leak in the init() function

Milan Crha requested to merge wip/mcrha/plugin-loaded-init-memleak into master

A g_settings_get_string() returns a newly allocated string, not a const string.

Merge request reports

Loading