Blender Git Loki
Git Commits -> Revision 21a46a0
Revision 21a46a0 by Campbell Barton (master) June 11, 2008, 14:31 (GMT) |
bugfix - duplicated script spaces would keep a pointer to the PyObject button list. (causing python errors with negative reference counts when freeing spaces) - Exiting blender would crash when a UI was open because the ScriptSpaces button PyList was being free'd after python Py_Finalize was called. |
Commit Details:
Full Hash: 21a46a0155b4eefc91deb805b5f6f42afdf404cd
SVN Revision: 15199
Parent Commit: d0fc57e
Lines Changed: +13, -6