diff options
author | Frederic Culot <calcurse@culot.org> | 2009-07-27 19:35:09 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-07-27 19:35:09 +0000 |
commit | b45a8bfbb454160e8e4a2f4925a0c1ad27ef92c2 (patch) | |
tree | 1080969d4c05454a6cb13c1c2d3b82d0c6ed3bd4 /ChangeLog | |
parent | f0005f64dc522a3cd2fd1f8083f70047b17d015a (diff) | |
download | calcurse-b45a8bfbb454160e8e4a2f4925a0c1ad27ef92c2.zip |
Work on allocating and freeing memory associated with user's data for the daemon.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2009-07-27 Frederic Culot <frederic@culot.org> + + * src/utils.c (free_user_data): new function + + * src/dmon.c: work on allocating and freeing memory associated + with user data + 2009-07-26 Frederic Culot <frederic@culot.org> * src/args.c (parse_args): check for file presence added (thanks |