Blender Git Loki
Git Commits -> Revision f54160c
Revision f54160c by Daniel Dunbar (master) May 5, 2004, 03:22 (GMT) |
- PyInt_AsLong() was called on a possibly NULL object, this may be a checked error but is no good anyway - Bone_dealloc free'd Blender's actual copy of the Bone! AGH!!!! - On syntax errors the python global dictionary was being free'd twice. AGH!!! again! Can someone from the Python team please audit this. |
Commit Details:
Full Hash: f54160ca2fd72ac8902b5e05a6848222813da6ab
SVN Revision: 2473
Parent Commit: baa54a9
Lines Changed: +7, -3