From f2f415d46ee0ac9f0d03d92b61fbb650c0d91485 Mon Sep 17 00:00:00 2001 From: Michael Terry Date: Mon, 14 Mar 2011 09:37:23 -0400 Subject: sink ref to passed-in menu in set_menu() to avoid leaks --- src/app-indicator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app-indicator.c b/src/app-indicator.c index fc640da..347e168 100644 --- a/src/app-indicator.c +++ b/src/app-indicator.c @@ -1949,7 +1949,7 @@ app_indicator_set_menu (AppIndicator *self, GtkMenu *menu) } priv->menu = GTK_WIDGET (menu); - g_object_ref (priv->menu); + g_object_ref_sink (priv->menu); setup_dbusmenu (self); -- cgit v1.2.3 From f321aae0417acab6856e1e6f31b841a9b809c1c7 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 16 Mar 2011 13:29:08 -0500 Subject: 0.2.99 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 3af905a..e8b1d6c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(libappindicator, 0.2.98, ted@canonical.com) +AC_INIT(libappindicator, 0.2.99, ted@canonical.com) AC_COPYRIGHT([Copyright 2009, 2010 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libappindicator, 0.2.98) +AM_INIT_AUTOMAKE(libappindicator, 0.2.99) AM_MAINTAINER_MODE -- cgit v1.2.3 From 0988693a748131404e7cc5389008331a7d5ada05 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 16 Mar 2011 13:41:59 -0500 Subject: releasing version 0.2.99-0ubuntu1~ppa1 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4ed4268..e1b8360 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -libappindicator (0.2.99-0ubuntu1~ppa1) UNRELEASED; urgency=low +libappindicator (0.2.99-0ubuntu1~ppa1) natty; urgency=low * New upstream release. ∘ Fix long standing memory leak (LP: #569273) - -- Ted Gould Wed, 16 Mar 2011 13:36:16 -0500 + -- Ted Gould Wed, 16 Mar 2011 13:41:55 -0500 libappindicator (0.2.98-0ubuntu1) natty; urgency=low -- cgit v1.2.3