I think that this might be a small memory leak:
The string config_file
is allocated in init_configuration()
when the plugin is loaded, and then again in the callback function on_configure_response()
.
From what I can tell it's not being freed every time the callback is called.
https://github.com/geany/geany-plugins/pull/903
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.