leak in NSInvocation ? (10.3.8)
leak in NSInvocation ? (10.3.8)
- Subject: leak in NSInvocation ? (10.3.8)
- From: joao da silva <email@hidden>
- Date: Wed, 16 Mar 2005 20:09:20 -0500
There used to be a leak in NSInvocation (10.0) fixed in 10.1 i believe.
I am on 10.3.8 and I am seeing the same issue.
NSInvocation seems to leak the return value (in my case an NSImage !)
but ONLY when my project is built NOT using zero link.
When NOT using zero link, -[NSInvocation invoke] and -[NSInvocation
setReturnValue:] both call -retain on my object whereas when using zero
link only -[NSInvocation setReturnValue:] seems to.
This seems to happen with and without debug symbols.
Anyone seen this issue ?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden