In src/project.c:

> @@ -1110,7 +1114,8 @@ static gboolean write_config(gboolean emit_signal)
>  	config = g_key_file_new();
>  	/* try to load an existing config to keep manually added comments */
>  	filename = utils_get_locale_from_utf8(p->file_name);
> -	g_key_file_load_from_file(config, filename, G_KEY_FILE_NONE, NULL);
> +	if (utils_read_file(filename, &data, &len, NULL))

needs freeing


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub