> @@ -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: https://github.com/geany/geany/pull/963/files/f2689a096672955ba1dfbcec3f524740a88f67e3..a781ffe57ea21cffdda8959c1b690cea3bfb88ab#r56756418
