Bug 12346 - Leaking closed buffers
Summary: Leaking closed buffers
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M5   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-27 09:51 EST by Philipe Mulet CLA
Modified: 2002-03-27 13:17 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipe Mulet CLA 2002-03-27 09:51:38 EST
Build 20020326

IBuffer implementations other than the default one (Buffer) are never removed 
from the buffer cache when closed. This is due to the fact that the buffer 
change event doesn't drive the removal, but only the internal Buffer#close 
implementation.
Comment 1 Philipe Mulet CLA 2002-03-27 13:17:55 EST
Fixed