Blender Git Commit Log
Git Commits -> Revision 45441c0
Revision 45441c0 by Campbell Barton (master) April 18, 2010, 09:12 (GMT) |
various minor fixes - collada export would run MEM_freeN on an un-initialized pointer in some cases. - makesrna was missing a call to close a file. - text cursor update function was missing a NULL check for st->text. - possible (unlikely) un-initialized return value for bge python lamp.type, set error instead. - possible (unlikely) missing NULL terminator with strncpy for ffmpeg. |
Commit Details:
Full Hash: 45441c07d4609493aecf265b64ad0c108722e9db
SVN Revision: 28252
Parent Commit: 01e2de7
Lines Changed: +19, -16
6 Modified Paths:
/source/blender/blenkernel/intern/writeffmpeg.c (+2, -2) (Diff)
/source/blender/editors/space_text/text_draw.c (+4, -4) (Diff)
/source/blender/makesrna/intern/makesrna.c (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+5, -9) (Diff)
/source/gameengine/Ketsji/KX_Light.cpp (+5, -0) (Diff)
/source/gameengine/Ketsji/KX_WorldIpoController.cpp (+2, -1) (Diff)
/source/blender/editors/space_text/text_draw.c (+4, -4) (Diff)
/source/blender/makesrna/intern/makesrna.c (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+5, -9) (Diff)
/source/gameengine/Ketsji/KX_Light.cpp (+5, -0) (Diff)
/source/gameengine/Ketsji/KX_WorldIpoController.cpp (+2, -1) (Diff)