From 38a7226f5afe7013a67805e38b842e0ea2f786d0 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Thu, 16 Oct 2008 18:31:49 +0000 Subject: [PATCH] * Fixes NB#90213, fixes a memory leak pmo-trunk-r6077 --- src/hildon2/modest-platform.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hildon2/modest-platform.c b/src/hildon2/modest-platform.c index 17024a6..db2b25a 100644 --- a/src/hildon2/modest-platform.c +++ b/src/hildon2/modest-platform.c @@ -531,6 +531,7 @@ entry_insert_text (GtkEditable *editable, chars = gtk_editable_get_chars (editable, 0, -1); chars_length = g_utf8_strlen (chars, -1); + g_free (chars); /* Show WID-INF036 */ if (chars_length >= 20) { -- 1.7.9.5