On Sun, Jul 26, 2020 at 8:17 AM Gaurav Singh gaurav1086@gmail.com wrote:
ops cannot be NULL as its being accessed later without
it's
checks. Remove the redundant NULL check.
Commit message doesn't clarify why your fix is the correct one. Maybe it's the other way around, missed check in the rest of the code there?