History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: UBCWEBMAIL-35
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Paul Gazda
Reporter: Paul Gazda
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
UBC Webmail

Finalize methods implicated in memory leaks.

Created: 08/Apr/05 08:28 PM   Updated: 22/Aug/05 07:22 PM
Component/s: None
Affects Version/s: 3.0
Fix Version/s: 3.0.1

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Bill Thompson and Faizan Ahmed have implicated finalize methods with memory leaks. Faizan collected data from a profiler showing the finalize methods were causing loitered objects. Also, Finalize methods in ActiveFolder and MsgFolder are redundant with WebmailState.shutdown() method. Per Faizan, MessageParts is created in local scope only.

 All   Comments   Work Log   Change History      Sort Order:
Paul Gazda [08/Apr/05 08:32 PM]
Commented out finalize methods from ActiveFolder, MsgFolder, MessageParts.