Closed Bug 160790 Opened 22 years ago Closed 22 years ago

Patch for various memory leaks

Categories

(Camino Graveyard :: General, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: max, Assigned: mikepinkerton)

Details

Attachments

(1 file)

This is a rather trivial patch: in several places there are dealloc methods which don't call 
[super dealloc]. In one case, [super dealloc] is being called, then a member var is used 
afterwards. Usually this will work, but there is no gurantee that the memory is still valid 
after a dealloc (and if certain debugger settings are one, memory will be scrambled and 
we are guranteed that dealloc *will* change the memory previously occupied by the 
object).
cool ->  cc: pinkerton
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: patch, review
->pinkerton
Assignee: saari → pinkerton
Blocks: 147975
landed. thanks!
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
No longer blocks: 147975
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: