aboutsummaryrefslogtreecommitdiff
path: root/platform/darwin-native.m (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-07-26macOS fix memory leak (hopefully)HEADmasterNicholas Tay1-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.
2022-12-09Initial working Obj-C sound (leak)Nicholas Tay1-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!