mirror of
https://github.com/kakwa/uts-server
synced 2025-07-04 20:47:09 +02:00
fix double free at shutdown
This commit is contained in:
parent
477332d7ca
commit
666584fba4
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue