Fix unitialized/unterminated malloc'd string
Class documentation without Description, See Also et. al. resulted in failures on Win64 (and undefined behavior on other platforms) because a malloc'd string remained improperly terminated in that case.
Showing
Please register or sign in to comment