summaryrefslogtreecommitdiff
path: root/src/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conf.c b/src/conf.c
index 72da237f..517d8408 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -361,8 +361,8 @@ conf_set_value_in_file(const char *conf_path, const char *key,
free(path);
return false;
}
- free(outpath);
- free(path);
+ free(outpath);
+ free(path);
return true;
}