On 16 Jan 2014, at 14:49, Mathias Bauer <[email protected]> wrote:
> Hi, > > I got a crash when using NSOperations. The root cause of the crash seems to > be that the implementation of "didChangeValueForKey" in NSKeyValueObserving.m > has a problem when an observer does unregister in the notification. In this > case the variable "pathInfo" in the following code gets destroyed (you can > also see how the crash can be avoided by adding a retain/release on pathInfo > in the right places): Thanks very much ... I comitted a slightly different fix which should avoid the problem there as well as similar issues in other places. Please give it a go. _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
