mirror of
https://github.com/kakwa/uts-server
synced 2024-12-04 15:05:54 +01:00
fix double free at shutdown
This commit is contained in:
parent
477332d7ca
commit
666584fba4
@ -119,7 +119,6 @@ int main(int argc, char **argv) {
|
||||
}
|
||||
|
||||
syslog(LOG_NOTICE, "uts-server daemon terminated.");
|
||||
free(conf_wd);
|
||||
free(tmp_wd);
|
||||
closelog();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user