ekiga r6403 - trunk/src/endpoints



Author: jpuydt
Date: Fri Jun 27 18:06:54 2008
New Revision: 6403
URL: http://svn.gnome.org/viewvc/ekiga?rev=6403&view=rev

Log:
Don't leak the status icon

Modified:
   trunk/src/endpoints/ekiga.cpp

Modified: trunk/src/endpoints/ekiga.cpp
==============================================================================
--- trunk/src/endpoints/ekiga.cpp	(original)
+++ trunk/src/endpoints/ekiga.cpp	Fri Jun 27 18:06:54 2008
@@ -108,6 +108,10 @@
   if (accounts_window)
     gtk_widget_destroy (accounts_window);
   accounts_window = NULL;
+
+  if (statusicon)
+    g_object_unref (statusicon);
+  statusicon = NULL;
   
 #ifdef HAVE_DBUS
   if (dbus_component)



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