Better error checking and memory handling when in daemon mode.

This commit is contained in:
Frederic Culot
2009-07-27 21:02:55 +00:00
parent 4f0c71585d
commit 3509b7bb72
2 changed files with 28 additions and 13 deletions

View File

@@ -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>