[geany/geany] 9458d5: Release symbols icons when quitting
Colomban Wendling
git-noreply at xxxxx
Fri Jun 12 16:48:29 UTC 2015
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Fri, 12 Jun 2015 16:48:29 UTC
Commit: 9458d5cfe62b9164512b62a7ced32d25404d64da
https://github.com/geany/geany/commit/9458d5cfe62b9164512b62a7ced32d25404d64da
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).
More information about the Commits
mailing list