diff options
author | Frederic Culot <calcurse@culot.org> | 2009-08-09 16:00:01 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-08-09 16:00:01 +0000 |
commit | 220f49f2066109fc2817d49b0d8e86885138610b (patch) | |
tree | 921f37c2aabc1de5b6641a5532b98a2ac7cb0cfc /ChangeLog | |
parent | 4db3b69b277a5cc39b6f826fc06bb2e1781c8b70 (diff) | |
download | calcurse-220f49f2066109fc2817d49b0d8e86885138610b.tar.gz calcurse-220f49f2066109fc2817d49b0d8e86885138610b.zip |
Memory leak fixed in ical_read_note.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |