> @@ -1034,12 +1034,15 @@ static gboolean load_config(const gchar *filename) > GKeyFile *config; > GeanyProject *p; > GSList *node; > + gchar *data; > + gsize len;
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#r56756409
