- [FIX] Small memory leak fixed

This commit is contained in:
2024-02-12 13:15:57 +01:00
parent fe444fc0ec
commit 19df09dddc
4 changed files with 10 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ void JD8_Quit();
void JD8_ClearScreen(Uint8 color);
JD8_Surface JD8_NewSurface();
JD8_Surface JD8_NewSurface(const int w, const int h);
JD8_Surface JD8_LoadSurface(const char *file);