[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Some small issues..
From: |
Nicola Pero |
Subject: |
Re: Some small issues.. |
Date: |
Thu, 18 Oct 2001 15:15:20 +0100 (BST) |
> Hi,
>
> First of all, in Ink.app - Document.m: -makeWindow we have:
>
> ASSIGN(tv, textView);
>
> and it should be:
>
> tv = textView;
Thanks - fixed
> I've also noticed a serious memory leak in NSTextView.
Thanks - 'd like to have the time to track this down myself ... please let
me know if you find something more about it