summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-07-26 22:37:39 +0200
committerwm4 <wm4@nowhere>2014-07-26 23:19:43 +0200
commit025431a7aee455899184115a8a739b8bd26b6329 (patch)
treecb5bb1e8866315417b3b616511cf13a4573a7a69 /video
parent97a82bcd5693a00d876ca17406e5f699f5890cc9 (diff)
downloadmpv-025431a7aee455899184115a8a739b8bd26b6329.tar.bz2
mpv-025431a7aee455899184115a8a739b8bd26b6329.tar.xz
win32: remove minor non-sense
This is done in the wrong thread. Was harmless and had no effect at all.
Diffstat (limited to 'video')
-rw-r--r--video/out/w32_common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/w32_common.c b/video/out/w32_common.c
index 1f40999b1c..6d894000f5 100644
--- a/video/out/w32_common.c
+++ b/video/out/w32_common.c
@@ -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;
}