Skip to content

plugins: overlay: use proper NULL check on double pointer

Check the address of the variable is not NULL, not the address of the pointer.

Merge request reports