-
- Downloads
Fix a Malloc Checker FP by tracking return values from initWithCharacter
and other functions. When these functions return null, the pointer is not freed by them/ownership is not transfered. So we should allow the user to free the pointer by calling another function when the return value is NULL. Commits: 167813, 167814, 167868 llvm-svn: 167870
Loading
Please register or sign in to comment