Dont leak memory when calling load surfaces multiple times

This commit is contained in:
jaburns
2021-07-19 17:49:14 -06:00
parent ab71363d75
commit 04cabfe13b
5 changed files with 11 additions and 5 deletions
+1
View File
@@ -1,5 +1,6 @@
#include <stdlib.h>
#include <math.h>
#include <stdio.h> // For printf before exit, TODO remove
#include "../shim.h"
#include "../include/PR/os_cont.h"