Closed
Bug 58304
Opened 25 years ago
Closed 25 years ago
[MLK] nsLog::Printf(const char* format, ...) leaks
Categories
(Core :: XPCOM, defect, P3)
Core
XPCOM
Tracking
()
VERIFIED
FIXED
People
(Reporter: beard, Assigned: warrensomebody)
References
()
Details
(Keywords: memory-leak)
Attachments
(1 file)
|
965 bytes,
patch
|
Details | Diff | Splinter Review |
nsLog::Printf() calls PR_vsmprintf(format, args), which allocates memory...
| Assignee | ||
Comment 2•25 years ago
|
||
fixed
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 3•25 years ago
|
||
Sorry, there's still a leak in there, in Vprintf. Here's a patch that unifies
the two calls, take it if you like.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Reporter | ||
Comment 4•25 years ago
|
||
| Assignee | ||
Comment 5•25 years ago
|
||
thanks -- checked in
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•