The Image Manager 1024 no longer does a double free.

This commit is contained in:
OBattler
2021-12-29 18:45:07 +01:00
parent e129b054a6
commit 31067d63a0
3 changed files with 12 additions and 2 deletions

View File

@@ -133,6 +133,7 @@ extern void pgc_wake(pgc_t *);
extern void pgc_sleep(pgc_t *);
extern void pgc_setdisplay(pgc_t *, int cga);
extern void pgc_speed_changed(void *priv);
extern void pgc_close_common(void *priv);
extern void pgc_close(void *priv);
extern void pgc_init(pgc_t *,
int maxw, int maxh, int visw, int vish,