Closed Bug 234280 Opened 21 years ago Closed 21 years ago

Every Camino window leaks

Categories

(Camino Graveyard :: General, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Camino0.8

People

(Reporter: sfraser_bugs, Assigned: mikepinkerton)

Details

Using OmniObjectMeter, I see that for every Camino window that I open and close,
a bunch of stuff is being leaked:

BookmarkToolbar, BrowserContainerView, BrowserTabItemContainerView,
BrowserTabView, BrowserTabViewItem, BrowserWrapper.

We must have entrained all this via a leak somewhere.
Status: NEW → ASSIGNED
Target Milestone: --- → Camino0.8
fwiw, the BrowserContentView is the root of this ownership tree. I can't,
however, get it to leak. i put a printf in its dealloc and it always gets called.
not 10 seconds after i post, i find the bug. missing [super dealloc] in the
dealloc for the BrowserContentView.
landed, thanks smfr.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.