Blender Git Commit Log

Git Commits -> Revision 0e6f8e3

Revision 0e6f8e3 by Campbell Barton (master)
October 26, 2012, 10:33 (GMT)
fix for crash when a python operator or render engine was freed in the C code and then referenced from python.

now further access in python gives an exception at the line when the freed data is accessed.

Commit Details:

Full Hash: 0e6f8e3e25d9c48501c12cdb56bc78868b568ff5
SVN Revision: 51651
Parent Commit: 6cc79fc
Lines Changed: +17, -5

6 Modified Paths:

/source/blender/python/BPY_extern.h (+1, -0) (Diff)
/source/blender/python/intern/bpy_interface.c (+12, -0) (Diff)
/source/blender/python/intern/bpy_rna.c (+1, -3) (Diff)
/source/blender/python/intern/bpy_rna.h (+1, -0) (Diff)
/source/blender/render/intern/source/external_engine.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021