Bug 13833 - IViewActionDelegate missing dispose()
Summary: IViewActionDelegate missing dispose()
Status: RESOLVED DUPLICATE of bug 7235
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Nick Edgar CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-15 16:34 EDT by Matt Lavin CLA
Modified: 2002-04-15 16:53 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Lavin CLA 2002-04-15 16:34:32 EDT
IViewActionDelegate gets called when it is added to a view, with the init() 
method, but it does not get called to dipose when the view is closed.  If the 
delegate has registered as a listener to any events, it will not be able to 
unregister.
Comment 1 Nick Edgar CLA 2002-04-15 16:53:36 EDT

*** This bug has been marked as a duplicate of 7235 ***