On 12/10/2016 06:34 AM, Derek Kwan wrote:
Are there issues with freeing the proxy directly with the parent's free method?
well, otherwise it will crash when you send a "clear" message to the canvas (which will be received by [receivecanvas] that was just deleted). the entire receiver-proxy is a workaround to allow elements to be removed from the linked list of receivers while it is being executed.
gfmdsar IOhannes