oops, forgot to clean up...

This commit is contained in:
2024-12-22 00:17:53 +03:00
parent 91a0bf8b9b
commit 18a372fd8c
2 changed files with 3 additions and 0 deletions

View File

@@ -108,5 +108,7 @@ int main(void){
EndDrawing();
}
CloseWindow();
return 0;
}

View File

@@ -76,6 +76,7 @@ int main()
}
free(field);
CloseWindow();
}
int checkField(int* field, int row, int column)