| Summary: | Zest's GraphNode#initFigure() and Graph#registerItem() called twice unnecessarily | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Stefan Tucker <stefan.tucker> |
| Component: | GEF-Legacy Zest | Assignee: | Ian Bull <irbull> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | ahunter.eclipse |
| Version: | 3.4 | ||
| Target Milestone: | 3.5.0 (Galileo) M3 | ||
| Hardware: | PC | ||
| OS: | Windows Server 2003 | ||
| Whiteboard: | |||
|
Description
Stefan Tucker
Thanks! This was actually causing a pretty bad memory leak too. I now set hte figure in initFigure, and only call register item in the constructor. |