Commit e6e65945 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix potential crash on Windows (assumed)

parent 6b856a9d
...@@ -83,6 +83,8 @@ vout_window_t *vout_window_New(vlc_object_t *obj, ...@@ -83,6 +83,8 @@ vout_window_t *vout_window_New(vlc_object_t *obj,
vlc_inhibit_Set (w->inhibit, true); vlc_inhibit_Set (w->inhibit, true);
/* FIXME: ^ wait for vout activation, pause */ /* FIXME: ^ wait for vout activation, pause */
} }
else
w->inhibit = NULL;
return window; return window;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment