diff options
-rw-r--r-- | libempathy-gtk/empathy-groups-widget.c | 2 | ||||
-rw-r--r-- | libempathy/empathy-connection-aggregator.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-groups-widget.c b/libempathy-gtk/empathy-groups-widget.c index efb58fa99..5d87ef4f4 100644 --- a/libempathy-gtk/empathy-groups-widget.c +++ b/libempathy-gtk/empathy-groups-widget.c @@ -182,8 +182,6 @@ populate_data (EmpathyGroupsWidget *self) COL_EDITABLE, TRUE, COL_ENABLED, enabled, -1); - - g_free (l->data); } g_list_free (all_groups); diff --git a/libempathy/empathy-connection-aggregator.c b/libempathy/empathy-connection-aggregator.c index 22d5ab8b2..fde365c27 100644 --- a/libempathy/empathy-connection-aggregator.c +++ b/libempathy/empathy-connection-aggregator.c @@ -231,6 +231,7 @@ empathy_connection_aggregator_dup_singleton (void) return aggregator; } +/* (transfer container) */ GList * empathy_connection_aggregator_get_all_groups (EmpathyConnectionAggregator *self) { |