Skip to content

gl/context/wgl: Add missing NULL init

The value of uninitialized local variable is varying depending on compiler and not guaranteed to be NULL initialized. That results in pointing random address instead of expected function pointer.

Merge request reports