Memory leak fixed in ical_read_note.

This commit is contained in:
Frederic Culot
2009-08-09 16:00:01 +00:00
parent 4db3b69b27
commit 220f49f206
2 changed files with 4 additions and 1 deletions

View File

@@ -3,6 +3,8 @@
* src/notify.c (notify_thread_app): rewritten
* src/sigs.c: remove calcurse lock file when SIGTERM is received
* src/io.c (ical_read_note): memory leak fixed
2009-08-02 Frederic Culot <frederic@culot.org>