Hacker News new | ask | show | jobs
by progrium 1954 days ago
age old problem, i should definitely warn people about memory management implications. what would you put in the readme for this?
1 comments

Do the BridgeSupport files annotate whether you own returned objects and need to release them? Sprinkling in runtime.SetFinalizer calls based on ownership would be slightly nicer than exposing release/retain.