...
This commit is contained in:
parent
0bec6ea15d
commit
81a465f7bc
1 changed files with 1 additions and 0 deletions
|
|
@ -421,6 +421,7 @@ PYWRAP1(set_boss) {
|
|||
|
||||
PYWRAP0(destroy_global_data) {
|
||||
Py_CLEAR(global_state.boss);
|
||||
free(global_state.os_windows); global_state.os_windows = NULL;
|
||||
Py_RETURN_NONE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue