1
0
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:
kakwa 2017-06-15 20:20:09 +02:00
parent 477332d7ca
commit 666584fba4

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();