mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 13:17:13 +00:00
we keep track of the current vo struct to flag for events that are initiated async by various thread from different system notifications. the problem here is the usage of that vo struct after uninit. make accessing of that vo struct atomic and clear it on uninit, so it can't be used afterwards by concurrent threads from system notifications or events. Fixes #15088 |
||
---|---|---|
.. | ||
common.swift | ||
gl_layer.swift | ||
metal_layer.swift | ||
title_bar.swift | ||
view.swift | ||
window.swift |