[emerillon] Free leaked string



commit 69fc14f7f659b002464cdba1435fcaba86b2bf5e
Author: Pierre-Luc Beaudoin <pierre-luc beaudoin novopia com>
Date:   Sat Oct 17 22:04:01 2009 -0400

    Free leaked string

 plugins/search/search.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/search/search.c b/plugins/search/search.c
index dbeb89b..d18cd0f 100644
--- a/plugins/search/search.c
+++ b/plugins/search/search.c
@@ -202,6 +202,7 @@ result_cb (RestProxyCall *call,
 
       g_free (symbol);
       g_free (display_name);
+      g_free (escaped_name);
 
       n = n->next;
       i++;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]