From 220f49f2066109fc2817d49b0d8e86885138610b Mon Sep 17 00:00:00 2001
From: Frederic Culot <calcurse@culot.org>
Date: Sun, 9 Aug 2009 16:00:01 +0000
Subject: Memory leak fixed in ical_read_note.

---
 src/io.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/io.c b/src/io.c
index eb14e19..e563d71 100755
--- a/src/io.c
+++ b/src/io.c
@@ -1,4 +1,4 @@
-/*	$calcurse: io.c,v 1.77 2009/08/01 17:44:52 culot Exp $	*/
+/*	$calcurse: io.c,v 1.78 2009/08/09 16:00:02 culot Exp $	*/
 
 /*
  * Calcurse - text-based organizer
@@ -2366,6 +2366,7 @@ ical_read_note (char *first_line, FILE *fdi, unsigned *noskipped,
         {
           file_close (fdo, __FILE_POS__);
           erase_note (&notename, ERASE_FORCE);
+          mem_free (notestr);
           return NULL;
         }
       else
-- 
cgit v1.2.3-70-g09d2