diff options
author | Frederic Culot <calcurse@culot.org> | 2009-07-27 21:02:55 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-07-27 21:02:55 +0000 |
commit | 3509b7bb723c5b6fcf64f0b933b4b223e96728ef (patch) | |
tree | 1fa256c40f391604e734b45989d3b20f59b5bb67 /ChangeLog | |
parent | 4f0c71585d9dfe09060ee750a6528c44ddd2c1b9 (diff) | |
download | calcurse-3509b7bb723c5b6fcf64f0b933b4b223e96728ef.zip |
Better error checking and memory handling when in daemon mode.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,7 +3,9 @@ * src/utils.c (free_user_data): new function * src/dmon.c: work on allocating and freeing memory associated - with user data + with user data + log problems related to data file access + + * src/io.c (io_file_exist): new function 2009-07-26 Frederic Culot <frederic@culot.org> |