# HG changeset patch # User Daniel Atallah # Date 1176085625 0 # Node ID fab49f913709dcff11f1e3ea16e6347a763d6a8e # Parent ec049b8a8619033382531fdda3e20c20875b0c18 Fix another refcount leak. diff -r ec049b8a8619 -r fab49f913709 pidgin/gtksavedstatuses.c --- a/pidgin/gtksavedstatuses.c Mon Apr 09 02:17:25 2007 +0000 +++ b/pidgin/gtksavedstatuses.c Mon Apr 09 02:27:05 2007 +0000 @@ -1647,6 +1647,8 @@ SS_MENU_TEXT_COLUMN, purple_primitive_get_name_from_type(primitive), SS_MENU_DATA_COLUMN, GINT_TO_POINTER(primitive), -1); + if (pixbuf != NULL) + g_object_unref(pixbuf); if (purple_savedstatus_is_transient(current_status) && !purple_savedstatus_has_substatuses(current_status)