Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes crash in BookmarksApiUnittest.Update unit test.
The crash happens due to dereferencing an unintialized pointer. This is fixed on master as part of #3692, specifically in 054fd5a but I don't think we should be uplifting all that just for a unit test crash. So, instead just added a pointer null check.
- Loading branch information