mpv/osdep/macos
der richter dae9ea3fa7 mac: fix dangling pointers
initialising UnsafeMutableRawPointer the way we did won't free those
pointers and we get dangling pointers. explicitly define a scope those
pointers are alive and auto freed.
2021-01-13 16:23:47 +01:00
..
libmpv_helper.swift mac: fix usage of temporary pointers 2021-01-13 16:23:47 +01:00
log_helper.swift cocoa-cb: generalisation of backend independent parts 2020-08-22 14:22:49 +02:00
mpv_helper.swift mac: fix dangling pointers 2021-01-13 16:23:47 +01:00
remote_command_center.swift cocoa-cb: generalisation of backend independent parts 2020-08-22 14:22:49 +02:00
swift_compat.swift mac: drop build support for swift versions earlier than version 4.1 2021-01-13 16:23:47 +01:00
swift_extensions.swift