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.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/903
-- Commit Summary --
* updatechecker: remove duplicate config_file defn
-- File Changes --
M updatechecker/src/updatechecker.c (4)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/903.patch https://github.com/geany/geany-plugins/pull/903.diff
Good catch
Merged #903 into master.
github-comments@lists.geany.org