Blender Git Commit Log
Git Commits -> Revision c427a19
Revision c427a19 by Daniel Dunbar (master) January 23, 2004, 14:19 (GMT) |
- FTF_TTFont didn't initialize fontm,fontl,fonts to NULL, leads to possible bad free - FTF_Api.cpp used static C++ object, hard to understand and icky, was probably source of phase4's crashes, replaced with dynamically allocated object and added FTF_End to free it and sensible time. |
Commit Details:
Full Hash: c427a1985478d72fe643435a1a4215f3b0c4268a
SVN Revision: 1986
Parent Commit: 5d8c7e4
Lines Changed: +29, -13