epiphany r8253 - branches/gnome-2-22/src



Author: chpe
Date: Sun May 25 20:02:23 2008
New Revision: 8253
URL: http://svn.gnome.org/viewvc/epiphany?rev=8253&view=rev

Log:
Plug a mem leak.


Modified:
   branches/gnome-2-22/src/ephy-tabs-menu.c

Modified: branches/gnome-2-22/src/ephy-tabs-menu.c
==============================================================================
--- branches/gnome-2-22/src/ephy-tabs-menu.c	(original)
+++ branches/gnome-2-22/src/ephy-tabs-menu.c	Sun May 25 20:02:23 2008
@@ -334,6 +334,7 @@
 					    "name", "TabsMenuAnchorAction",
 					    NULL);
 	gtk_action_group_add_action (priv->action_group, priv->anchor_action);
+	g_object_unref (priv->anchor_action);
 
 	g_signal_connect (priv->action_group, "connect-proxy",
 			  G_CALLBACK (connect_proxy_cb), NULL);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]