fix: revert project files free (already freed in init)
This commit is contained in:
@@ -133,5 +133,6 @@ void file_write(const char *path, const StringArray *lines) {
|
||||
void file_free(File *file) {
|
||||
if (!file->error && file->content != NULL) {
|
||||
free(file->content);
|
||||
file->content = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user