Blender Git Loki
Git Commits -> Revision 03de57c
June 13, 2009, 03:08 (GMT) |
coverity issue CID: 523 Checker: UNINIT (help) File: base/src/source/blender/blenlib/intern/freetypefont.c Function: objchr_to_ftvfontdata Description: Using uninitialized value "face" in call to function "freetypechar_to_vchar" freetypechar_to_vchar expects face to be defined so we need to return before then if we have a problem. Also it doesn't make sense to not return FALSE if there is an error because we didn't do anything. Kent |
Commit Details:
Full Hash: 03de57c6d5a72b30014ed7753525af1df4feba93
SVN Revision: 20843
Parent Commit: 8ef87d8
Lines Changed: +5, -2
1 Modified Path:
/source/blender/blenlib/intern/freetypefont.c (+5, -2) (Diff)