aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-06-21 14:42:49 +0000
committerFrederic Culot <calcurse@culot.org>2009-06-21 14:42:49 +0000
commitbc44508a10434b18ca3d231d58882995a4d6d2ad (patch)
tree5336dd83dfc23233d2bd339bad56e6d76033bc3a /ChangeLog
parent3ece481999768f494e2f4711b8e69e9f55491fe7 (diff)
downloadcalcurse-bc44508a10434b18ca3d231d58882995a4d6d2ad.tar.gz
calcurse-bc44508a10434b18ca3d231d58882995a4d6d2ad.zip
Free memory associated with structure used for appointments notification.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b6275f5..fea4542 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-06-21 Frederic Culot <frederic@culot.org>
+
+ * src/notify.c (notify_free_app): new function
+
+ * src/utils.c (exit_calcurse): free memory associated with
+ structure used for appointments notification
+
2009-06-20 Frederic Culot <frederic@culot.org>
* src/custom.c (set_confwin_attr): new function