immovable

This commit is contained in:
2020-03-19 09:13:10 +01:00
parent fe13be2fd0
commit 29f04fbfd3
3 changed files with 49 additions and 16 deletions

View File

@@ -33,5 +33,6 @@ int main(int argc, char** argv) {
free_string(str);
free(cstr);
free(contents);
free_config(c.c);
return 0;
}