aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-06-21 15:19:21 +0000
committerFrederic Culot <calcurse@culot.org>2009-06-21 15:19:21 +0000
commitbff0d973a426a5c9b55e824ab2a11560a2245938 (patch)
treed3729cf77655efc715e1258201fa71f6a37ad6a8 /ChangeLog
parentbc44508a10434b18ca3d231d58882995a4d6d2ad (diff)
downloadcalcurse-bff0d973a426a5c9b55e824ab2a11560a2245938.tar.gz
calcurse-bff0d973a426a5c9b55e824ab2a11560a2245938.zip
Fixed a memory leak caused by a wrong usage of the notify_app structure
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fea4542..d7779a4 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>