mirror of https://github.com/snes9xgit/snes9x.git
NULL out region
This commit is contained in:
parent
35cdf9c182
commit
85608d9384
|
@ -36,6 +36,7 @@ wlgl_helper::wlgl_helper ()
|
||||||
subcompositor = NULL;
|
subcompositor = NULL;
|
||||||
parent = NULL;
|
parent = NULL;
|
||||||
child = NULL;
|
child = NULL;
|
||||||
|
region = NULL;
|
||||||
subsurface = NULL;
|
subsurface = NULL;
|
||||||
egl_display = NULL;
|
egl_display = NULL;
|
||||||
egl_surface = NULL;
|
egl_surface = NULL;
|
||||||
|
|
Loading…
Reference in New Issue