mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-26 03:51:46 +00:00
Fix memory leak with smlua anim utils
This commit is contained in:
parent
b0367bee2e
commit
fa4eaad79e
1 changed files with 1 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ void smlua_anim_util_reset(void) {
|
|||
free((void *) node->anim->values);
|
||||
}
|
||||
}
|
||||
free(node->anim);
|
||||
free(node);
|
||||
node = next;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue