Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't prevent passing NULL to non-Objective-C pointer parameters.
The purpose for disallowing non-Objective-C pointer parameters is because there's no way to know how big a C pointer's underlying data is. But if the pointer is NULL, then there's nothing to pass, so just pass NULL and don't throw an exception. PiperOrigin-RevId: 382383417
- Loading branch information