Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Fri, 12 Jun 2015 16:48:29 UTC Commit: 9458d5cfe62b9164512b62a7ced32d25404d64da https://github.com/geany/geany/commit/9458d5cfe62b9164512b62a7ced32d25404d64...
Log Message: ----------- Release symbols icons when quitting
Modified Paths: -------------- src/symbols.c
Modified: src/symbols.c 9 lines changed, 9 insertions(+), 0 deletions(-) =================================================================== @@ -2407,4 +2407,13 @@ void symbols_finalize(void) { g_strfreev(html_entities); g_strfreev(c_tags_ignore); + + g_object_unref(class_icon); + g_object_unref(macro_icon); + g_object_unref(member_icon); + g_object_unref(method_icon); + g_object_unref(namespace_icon); + g_object_unref(other_icon); + g_object_unref(struct_icon); + g_object_unref(var_icon); }
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).