]> git.0d.be Git - empathy.git/commitdiff
Plug some leaks
authorCosimo Cecchi <cosimoc@gnome.org>
Thu, 23 Jul 2009 17:23:04 +0000 (19:23 +0200)
committerCosimo Cecchi <cosimoc@gnome.org>
Wed, 29 Jul 2009 22:13:19 +0000 (00:13 +0200)
libempathy/empathy-account-manager.c

index 09bb68126b9397afdf5c98f1725432c57824b897..96e2e538fda8903464f50cd5231482942ea81049 100644 (file)
@@ -439,6 +439,12 @@ do_finalize (GObject *obj)
 
   g_hash_table_destroy (priv->accounts);
 
+  g_free (priv->global_status);
+  g_free (priv->global_status_message);
+
+  g_free (priv->desired_status);
+  g_free (priv->desired_status_message);
+
   G_OBJECT_CLASS (empathy_account_manager_parent_class)->finalize (obj);
 }