* fix leak
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Tue, 30 May 2006 12:11:32 +0000 (12:11 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Tue, 30 May 2006 12:11:32 +0000 (12:11 +0000)
pmo-trunk-r125

src/modest-tny-msg-view.c

index c230987..6eff96b 100644 (file)
@@ -261,8 +261,10 @@ hyperlinkify_plain_text (GString *txt)
                
                g_free (url);
                g_free (repl);
-               
+
+               g_free (cursor->data);  
        }
+       
        g_slist_free (match_list);
 }