Commits


Michael Haney authored and GitHub committed 0e9d5f0821e
Fix a possible crash in encoding when sharedInstance is nil (#5267) * Fix a possible crash in encoding when sharedInstance is nil EXC_BAD_ACCESS comes from ivar access of a nil object. Fixes #5264 * Remove a line only used for testing * Fix the test