Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Assert that dereferenced pointer is never nullptr
It can't be, since then 'o' (which is never nullptr) would be different, and we'd return in the previous line. Since we test for d->popup a few lines above, help clang static analyzer to not report this with hash 27ff831d79d1779825fd964239cbefe7. Pick-to: 6.1 Change-Id: I9f0b14bd88418b897cee2d7a63e8a10fc4a0b01c Reviewed-by: Richard Moe Gustavsen <[email protected]>
- Loading branch information