fix CleanButtons crash
This commit is contained in:
parent
3085f278ef
commit
ad7bc59d55
1 changed files with 1 additions and 0 deletions
|
@ -210,6 +210,7 @@ global void CleanButtons(void)
|
|||
CurrentButtonLevel = 0;
|
||||
CurrentButtons = NULL;
|
||||
free(_current_buttons);
|
||||
_current_buttons = NULL;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue