From 6b9a17083aa4b0da4052fb746b8c4969be509aaa Mon Sep 17 00:00:00 2001 From: Thomas Thurman Date: Fri, 28 Aug 2009 14:01:35 -0400 Subject: [PATCH] update comments --- belltower.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/belltower.c b/belltower.c index b699af2..70f6e22 100644 --- a/belltower.c +++ b/belltower.c @@ -555,11 +555,13 @@ show_towers_from_list (GSList *list) if (!list->next) { - /* don't bother showing the list */ + /* only one; don't bother showing the list */ hildon_banner_show_information(window, NULL, "One tower found."); show_tower (list->data); + + /* FIXME: and free the list */ return; } @@ -589,6 +591,8 @@ show_towers_from_list (GSList *list) show_tower (result); g_free (result); } + + /* FIXME: and free the list */ } static gint strcmp_f (gconstpointer a, -- 1.7.9.5