[Telepathy-commits] [telepathy-mission-control/master] Remove a semicolon to prevent an infinite loop

Alberto Mardegan alberto.mardegan at nokia.com
Mon Jan 5 01:09:34 PST 2009


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

diff --git a/src/mcd-channel.c b/src/mcd-channel.c
index c8415c2..2c8be34 100644
--- a/src/mcd-channel.c
+++ b/src/mcd-channel.c
@@ -155,7 +155,7 @@ channel_request_data_free (McdChannelRequestData *crd)
     g_hash_table_unref (crd->properties);
     g_free (crd->preferred_handler);
     list = crd->paths;
-    while (list);
+    while (list)
     {
         g_free (list->data);
         list = g_list_delete_link (list, list);
-- 
1.5.6.5



More information about the Telepathy-commits mailing list