Fixed a memory leak caused by a wrong usage of the notify_app structure

This commit is contained in:
Frederic Culot
2009-06-21 15:19:21 +00:00
parent bc44508a10
commit bff0d973a4
2 changed files with 26 additions and 14 deletions

View File

@@ -4,6 +4,9 @@
* src/utils.c (exit_calcurse): free memory associated with
structure used for appointments notification
* src/utils.c: fixed a memory leak caused by a wrong usage of the
notify_app structure
2009-06-20 Frederic Culot <frederic@culot.org>