Closed
Bug 9829
Opened 26 years ago
Closed 25 years ago
[malloc] memory allocation problems - os2 code
Categories
(Core Graveyard :: Tracking, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M14
People
(Reporter: chofmann, Assigned: sobotka)
References
Details
Attachments
(1 file)
5.38 KB,
patch
|
Details | Diff | Splinter Review |
[malloc] memory allocation problems -
check bug 8227 for more details on what needs to be done to this code
mcafee%netscape.com Jun 28 16:39
Changes for OS/2. Patch provided by Eric Olson (eric.olson@sympatico.ca)
s:/mozilla/gfx/src/os2/nsDeviceContextOS2.cpp
Deref-error: "newCX", line 208
Deref-error: "surf", line 222
Deref-error: "pContext", line 224
s:/mozilla/gfx/src/os2/nsDeviceContextSpecFactoryO.cpp
Deref-error: "spec", line 62
s:/mozilla/gfx/src/os2/nsFontMetricsOS2.cpp
Deref-error: "fh", line 194
Deref-error: "fh", line 207
Deref-error: "fh", line 210
Deref-error: "fh", line 211
Deref-error: "fh", line 212
Deref-error: "fh", line 217
Deref-error: "fh", line 219
Deref-error: "fh", line 224
Deref-error: "fh", line 246
Deref-error: "fh", line 247
Deref-error: "fh", line 247
Deref-error: "fh", line 277
Deref-error: "fh", line 279
Deref-error: "fh", line 282
Deref-error: "fh", line 283
Deref-error: "fh", line 284
Deref-error: "fh", line 287
Deref-error: "fh", line 293
Deref-error: "fh", line 294
Deref-error: "fh", line 301
Deref-error: "fh", line 303
s:/mozilla/gfx/src/os2/nsRenderingContextOS2.cpp
Deref-error: "surf", line 265
Deref-error: "surf", line 380
Deref-error: "pRegion", line 697
Deref-error: "pRegion", line 701
Reporter | ||
Comment 1•26 years ago
|
||
also
s:/mozilla/widget/src/os2/nsMenuBar.cpp
Deref-error: "pMenu", line 221
Deref-error: "pMenu", line 222
Deref-error: "pMenu", line 223
Deref-error: "pMenu", line 224
s:/mozilla/widget/src/os2/nsMenuBase.cpp
Deref-error: "pItem", line 392
Deref-error: "pItem", line 399
Deref-error: "pItem", line 400
Deref-error: "pItem", line 401
Deref-error: "pItem", line 402
Deref-error: "pItem", line 403
Deref-error: "pMenu", line 415
Deref-error: "pMenu", line 416
Deref-error: "pMenu", line 417
Deref-error: "pMenu", line 418
s:/mozilla/widget/src/os2/nsSound.cpp
Deref-error: "pSound", line 49
Comment 2•26 years ago
|
||
should be assigned to sobotka@axess.com, I've
asked Henry to get a bugzilla account started.
Updated•26 years ago
|
Target Milestone: M10
Updated•26 years ago
|
Assignee: mcafee → sobotka
OS: Windows 95 → OS/2
Comment 3•26 years ago
|
||
Henry.
Reporter | ||
Updated•25 years ago
|
Target Milestone: M11 → M13
Reporter | ||
Comment 5•25 years ago
|
||
sobotka, any changes in hand for this?
Reporter | ||
Updated•25 years ago
|
Target Milestone: M13 → M14
Reporter | ||
Comment 6•25 years ago
|
||
m14?
Comment 8•25 years ago
|
||
If the delta was checked in (as indicated in email, it was included in some OS2
stuff), please mark this bug as fixed.
thanks.
Fix included in other OS/2 patches
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•