more repo cleanup

This commit is contained in:
2023-02-24 15:05:07 -06:00
parent 4fe674e9a6
commit 7f91cbdfea

View File

@@ -130,6 +130,8 @@ int main()
printf("Fork failed\n"); printf("Fork failed\n");
exit(1); exit(1);
} }
free(args);
free(str);
} }
} }
} }