Skip to content
Snippets Groups Projects
Commit 9b58628b authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

config: fix memory leak in group section processing

parent 669d6d9d
Branches 1.4
No related merge requests found
......@@ -1020,6 +1020,7 @@ void conf_free_group(conf_group_t *group)
free(remote);
}
free(group->name);
free(group);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment