Try to release as much memory as possible to be able to detect real memory leaks.

This commit is contained in:
Nikos Mavrogiannopoulos
2014-01-09 17:27:49 +01:00
parent 49b4eaa7dd
commit cdba1ae374
6 changed files with 77 additions and 46 deletions

View File

@@ -33,6 +33,7 @@
int cmd_parser (int argc, char **argv, struct cfg_st* config);
void reload_cfg_file(struct cfg_st* config);
void clear_cfg_file(struct cfg_st* config);
void write_pid_file(void);
void remove_pid_file(void);