[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] fix event memory leak (#373)

Tobias Pape notifications at github.com
Thu Feb 28 12:24:12 UTC 2019


Yea, don't `release` manually.
The macros get populated depending on availability of ARC: https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/Cog/platforms/iOS/vm/SqueakPureObjc_Prefix.pch

So, when ARC is present (it mostly is nowadays), both macros do exaclty nothing.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/373#issuecomment-468253626
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20190228/6534770a/attachment.html>


More information about the Vm-dev mailing list