From: Thomas Thurman Date: Fri, 28 Aug 2009 18:01:35 +0000 (-0400) Subject: update comments X-Git-Url: http://vcs.maemo.org/git/?p=belltower;a=commitdiff_plain;h=6b9a17083aa4b0da4052fb746b8c4969be509aaa update comments --- 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,