fe8f0acb
by Jinoh Kang at 2024-09-25T21:17:43+02:00
win32u: Don't release surface before passing it to create_offscreen_window_surface().
create_offscreen_window_surface() expects to borrow a reference from
*window_surface argument if it is not NULL.
Fixes: 8dd4b62e4c7 (win32u: Move offscreen window surface creation fallback., 2024-06-27)