-
-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UPBGE: Fix global dict freed in blenderplayer after Py_Finalize.
Previously the globalDict was tried to be free after the call to Py_Finalize which caused to rasie a segmentation fault due to that fact that the python commands aren't valid after calling Py_Finalize. To solve this issue the globalDict is freed just before destructing the launcher which finlize python.
- Loading branch information
1 parent
9fb9069
commit 0980316
Showing
1 changed file
with
18 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters