[Telepathy-commits] [telepathy-mission-control/master] Added g_debug to monitor object destruction

Alberto Mardegan alberto.mardegan at nokia.com
Fri Jan 9 05:24:27 PST 2009


---
 src/mcd-account.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/mcd-account.c b/src/mcd-account.c
index 2480335..d8bb9d3 100644
--- a/src/mcd-account.c
+++ b/src/mcd-account.c
@@ -1378,6 +1378,7 @@ _mcd_account_finalize (GObject *object)
 {
     McdAccountPrivate *priv = MCD_ACCOUNT_PRIV (object);
 
+    g_debug ("%s called for %s", G_STRFUNC, priv->unique_name);
     if (priv->changed_properties)
 	g_hash_table_destroy (priv->changed_properties);
     if (priv->property_values)
@@ -1407,6 +1408,7 @@ _mcd_account_dispose (GObject *object)
 {
     McdAccountPrivate *priv = MCD_ACCOUNT_PRIV (object);
 
+    g_debug ("%s called for %s", G_STRFUNC, priv->unique_name);
     if (priv->online_requests)
     {
 	McdOnlineRequestData data;
-- 
1.5.6.5




More information about the Telepathy-commits mailing list