diff options
author | Frederic Culot <calcurse@culot.org> | 2009-06-21 15:19:21 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-06-21 15:19:21 +0000 |
commit | bff0d973a426a5c9b55e824ab2a11560a2245938 (patch) | |
tree | d3729cf77655efc715e1258201fa71f6a37ad6a8 /ChangeLog | |
parent | bc44508a10434b18ca3d231d58882995a4d6d2ad (diff) | |
download | calcurse-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-x | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |