Blender Git Commit Log
Git Commits -> Revision 89792eb
Revision 89792eb by Campbell Barton (master) July 21, 2007, 23:24 (GMT) |
fixed some bugs in Draw.c * incorrect args to Draw.Create() would crash blender because it wasnt deallocating the value properly. * deallocation of an uninitialized button could also try and free uninitialized memory if the type happened to be a STRING. * removed the unused tooltip pointer from teh Draw.h's Button struct. |
Commit Details:
Full Hash: 89792eb7eeccd1cc624e28338bc7beed12bd3c34
SVN Revision: 11330
Parent Commit: 74ca178
Lines Changed: +23, -15