From d5a9f12cc68ec9e63a588e7aac7d49608d49ad19 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Wed, 1 Jul 2009 14:03:35 +0100 Subject: Clarify that we own the keys/values in the accounts hash --- libempathy/empathy-account-manager.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libempathy') diff --git a/libempathy/empathy-account-manager.c b/libempathy/empathy-account-manager.c index a290e9f6a..ae3288610 100644 --- a/libempathy/empathy-account-manager.c +++ b/libempathy/empathy-account-manager.c @@ -37,7 +37,8 @@ typedef struct { McAccountMonitor *monitor; MissionControl *mc; - GHashTable *accounts; /* unique name -> EmpathyAccount */ + /* (owned) unique name -> (reffed) EmpathyAccount */ + GHashTable *accounts; int connected; int connecting; gboolean dispose_run; -- cgit v1.2.3