mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 13:14:36 +00:00
win32: remove minor non-sense
This is done in the wrong thread. Was harmless and had no effect at all.
This commit is contained in:
parent
97a82bcd56
commit
025431a7ae
@ -1193,7 +1193,6 @@ void vo_w32_uninit(struct vo *vo)
|
||||
mp_dispatch_run(w32->dispatch, do_terminate, w32);
|
||||
pthread_join(w32->thread, NULL);
|
||||
|
||||
w32_thread_context = NULL;
|
||||
talloc_free(w32);
|
||||
vo->w32 = NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user