Added valgrind memory leak tests for backend. Fixed some minor leaks and file descriptor closes.
This commit is contained in:
parent
add43d250d
commit
4c0b412e9f
34 changed files with 318 additions and 382 deletions
|
|
@ -103,6 +103,7 @@ clicon_log_exit(void)
|
|||
{
|
||||
if (_logfile)
|
||||
fclose(_logfile);
|
||||
closelog(); /* optional */
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue