aboutsummaryrefslogtreecommitdiff
path: root/platform/darwin-native.m (follow)
Commit message (Collapse)AuthorAgeFilesLines
* macOS fix memory leak (hopefully)HEADmasterNicholas Tay2023-07-261-1/+1
| | | | | | | | | | I think it's this simple, maybe I got confused by the memory going up a bit. But I think this actually works, simply releasing should ARC cleanup, and the memory goes up a bit just because of the NSCache but doens't go up further. Again it'd be nicer to use some different lower level way of playing, but this is definitely good enough for now.
* Initial working Obj-C sound (leak)Nicholas Tay2022-12-091-0/+57
It seems to memory leak so needs to be fixed, but this was before I had to return my work MacBook - until I get my own!