summaryrefslogtreecommitdiffstats
path: root/player/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/main.c')
-rw-r--r--player/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/player/main.c b/player/main.c
index 711b413735..243eae605f 100644
--- a/player/main.c
+++ b/player/main.c
@@ -183,9 +183,6 @@ void mp_destroy(struct MPContext *mpctx)
mp_clients_destroy(mpctx);
- talloc_free(mpctx->gl_cb_ctx);
- mpctx->gl_cb_ctx = NULL;
-
osd_free(mpctx->osd);
#if HAVE_COCOA