|
Bugzilla – Full Text Bug Listing |
| Summary: | Explicit releases of Ptr<> throughout codebase | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Craig Dowell <craigdo> |
| Component: | core | Assignee: | ns-bugs <ns-bugs> |
| Status: | NEW --- | ||
| Severity: | minor | CC: | mathieu.lacage |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Craig Dowell
2009-10-14 19:39:40 UTC
I am not sure which problematic examples you have in mind but to make sure that we correctly handle reference cycles, it is still necessary to make DoDispose in many objects actually assign its Ptr<T> members to 0. |