mirror of
https://github.com/kakwa/uts-server
synced 2025-01-08 12:44:30 +01:00
fix double free at shutdown
This commit is contained in:
parent
1b2743769e
commit
3ffe7777e5
@ -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…
x
Reference in New Issue
Block a user