summaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-07-12 14:11:53 +0200
committerDavid Härdeman <david@hardeman.nu>2020-07-12 14:11:53 +0200
commit32858e669a79e0a053031fd65e2007d4b89e066b (patch)
treef9b43f625b30543b358c347579266072a197104a /shared
parent6586ea650597ae0563c4234a7658499ce1e0117b (diff)
Teach minecproxy to use same dirs as minecctl, step 2
Diffstat (limited to 'shared')
-rw-r--r--shared/config-parser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/config-parser.c b/shared/config-parser.c
index 909c558..8b43ada 100644
--- a/shared/config-parser.c
+++ b/shared/config-parser.c
@@ -574,6 +574,7 @@ void scfg_delete(struct server_config *scfg)
struct saddr *saddr, *tmp;
struct dns_async *dns;
+ xfree(scfg->name);
xfree(scfg->filename);
xfree(scfg->pretty_name);
xfree(scfg->stop_exec);