Closed
Bug 325281
Opened 19 years ago
Closed 17 years ago
Deallocation of a pointer not malloced when installing an extension
Categories
(Toolkit :: Add-ons Manager, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: beltzner, Unassigned)
Details
When running firefox from the console, I notice that any time I install an extension I see the following:
firefox-bin(28673,0xa000ed68) malloc: *** Deallocation of a pointer not malloced: 0x4ab29e8; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug
If I install n extensions, I see it n times.
(might be related to bug 318982, but not sure; also not sure if I should mark mlk or not ...)
Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
Comment 1•17 years ago
|
||
I'm not seeing this anymore. It might have been cleaned up with the large changes to xpinstall, or it might have just been something else entirely.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•