This commit is contained in:
Kovid Goyal 2017-11-15 22:45:53 +05:30
parent 0bec6ea15d
commit 81a465f7bc
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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;
}