summaryrefslogtreecommitdiffstats
path: root/osdep/macosx_events.m
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/macosx_events.m')
-rw-r--r--osdep/macosx_events.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/osdep/macosx_events.m b/osdep/macosx_events.m
index fef7e95053..0d46c0e906 100644
--- a/osdep/macosx_events.m
+++ b/osdep/macosx_events.m
@@ -314,7 +314,7 @@ void cocoa_set_mpv_handle(struct mpv_handle *ctx)
});
return YES;
} else {
- mpv_detach_destroy(ctx);
+ mpv_destroy(ctx);
return NO;
}
}
@@ -343,7 +343,7 @@ void cocoa_set_mpv_handle(struct mpv_handle *ctx)
if ([(Application *)NSApp cocoaCB].isShuttingDown)
return;
#endif
- mpv_detach_destroy(_ctx);
+ mpv_destroy(_ctx);
_ctx = nil;
break;
}