fix double free at shutdown

This commit is contained in:
kakwa 2017-06-15 20:20:09 +02:00
parent 1b2743769e
commit 3ffe7777e5
1 changed files with 0 additions and 1 deletions

View File

@ -119,7 +119,6 @@ int main(int argc, char **argv) {
}
syslog(LOG_NOTICE, "uts-server daemon terminated.");
free(conf_wd);
free(tmp_wd);
closelog();