[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
RE: [cdt-patch] Fix for PR 61695 (1.2 release branch)
|
Incidentally, this ran overnight in my test (soon to be JUnited) and
resulted in a successful open/close cycle of 300000+.
Thomas
>-----Original Message-----
>From: Thomas Fletcher [mailto:ThomasF@xxxxxxx]
>Sent: May 20, 2004 9:04 PM
>To: 'cdt-patch@xxxxxxxxxxx'
>Subject: [cdt-patch] Fix for PR 61695 (1.2 release branch)
>
>
>Folks,
>
> This is a patch for the 1.2 release branch which addresses the editor
>scalability problem described in PR 61695. In going through the editor
>code, I realized that there is a lot of cruft lying around from the 1.0
>days. I'll follow up this patch with a head branch patch which does
>some of this clean-up.
>
> This patch should be applied to the 1.2 branch for anyone who is
>wanting to release/support product on that branch.
>
>For the changelog:
>
>- Remove listeners when the component is destroyed and
>properly call out
> to all of the dispose methods.
>
>