Ticket #5360 (closed: invalid)
Possible memory leak in MDGeometry
Reported by: | Peter Peterson | Owned by: | Owen Arnold |
---|---|---|---|
Priority: | major | Milestone: | Release 2.2 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Russell Taylor |
Description
If the original data is deleted from the user interface, the geometry has a pointer that may not let go of the data. Investigate if this is happening and fix if appropriate.
Change History
comment:2 Changed 8 years ago by Owen Arnold
- Status changed from accepted to verify
- Resolution set to invalid
This doesn't happen, because the MDGeometry object catches the deleteNotification of the original data. Then calls sptr.reset() on that workspace.
comment:3 Changed 8 years ago by Russell Taylor
- Status changed from verify to verifying
- Tester set to Russell Taylor
Note: See
TracTickets for help on using
tickets.