Skip to content

Commit

Permalink
Merge pull request #12 from FelixZhang/small-fix
Browse files Browse the repository at this point in the history
fix memory leak
  • Loading branch information
FelixZhang committed Jun 29, 2014
2 parents d8df627 + 25f2292 commit 00e9337
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions package/yast2-control-center-gnome.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jun 29 01:18:10 UTC 2014 - fezhang@suse.com
- fix memory leak
- 3.1.6

-------------------------------------------------------------------
Thu Jun 19 11:33:03 UTC 2014 - fezhang@suse.com
- ellipsize overlong icon texts and add tooltips (bnc#879959)
Expand Down
2 changes: 1 addition & 1 deletion package/yast2-control-center-gnome.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#

Name: yast2-control-center-gnome
Version: 3.1.5
Version: 3.1.6
Release: 0

Summary: YaST2 - Control Center (GNOME version)
Expand Down
1 change: 1 addition & 0 deletions src/cut-n-paste/shell/cc-shell-item-view.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ iconview_query_tooltip_cb (GtkIconView *icon_view,
COL_NAME, &tooltip_text,
-1);
gtk_tooltip_set_text (tooltip, tooltip_text);
g_free (tooltip_text);
return TRUE;
}

Expand Down

0 comments on commit 00e9337

Please sign in to comment.