[ruamoko] Clear dtable list on reset

The list of all allocated dispatch tables is used to free all the tables
when the progs are reloaded. Not clearing the list meant that the next
instance (second map change) corrupted the list.
This commit is contained in:
Bill Currie 2021-12-30 00:21:29 +09:00
parent 3c17efe91b
commit 70aaafda10

View file

@ -110,6 +110,7 @@ static void
dtable_reset (probj_t *probj)
{
PR_RESRESET (probj->dtables);
probj->dtable_list = 0;
}
static inline dtable_t *