Closed
Bug 33161
Opened 25 years ago
Closed 25 years ago
MLK: char* data from ProcessBodyAsAttachment()
Categories
(MailNews Core :: MIME, defect, P3)
MailNews Core
MIME
Tracking
(Not tracked)
VERIFIED
FIXED
M15
People
(Reporter: bruce, Assigned: rhp)
References
()
Details
In ProcessBodyAsAttachment(), you need to free the result of
mime_set_url_part().
malloc
PR_Malloc
mime_set_url_part(const char*, char*, int)
ProcessBodyAsAttachment(MimeObject*, nsMsgAttachmentData**)
MimeGetAttachmentList
mime_display_stream_complete
nsStreamConverter::OnStopRequest(nsIChannel*, nsISupports*, unsigned int, const
unsigned short*)
nsDocumentOpenInfo::OnStopRequest(nsIChannel*, nsISupports*, unsigned int, const
unsigned short*)
nsMsgProtocol::OnStopRequest(nsIChannel*, nsISupports*, unsigned int, const
unsigned short*)
nsMailboxProtocol::OnStopRequest(nsIChannel*, nsISupports*, unsigned int, const
unsigned short*)
nsFileChannel::OnStopRequest(nsIChannel*, nsISupports*, unsigned int, const
unsigned short*)
nsOnStopRequestEvent::HandleEvent()
nsStreamListenerEvent::HandlePLEvent(PLEvent*)
PL_HandleEvent
PL_ProcessPendingEvents
nsEventQueueImpl::ProcessPendingEvents()
nsEventQueueImpl::ProcessPendingEvents()
nsEventQueueImpl::ProcessPendingEvents()
nsMacNSPREventQueueHandler::ProcessPLEventQueue()
nsMacNSPREventQueueHandler::RepeatAction(const EventRecord&)
Repeater::DoRepeaters(const EventRecord&)
nsMacMessagePump::DispatchEvent(int, EventRecord*)
nsMacMessagePump::DoMessagePump()
nsAppShell::Run()
nsAppShellService::Run()
main1(int, char**, nsISplashScreen*)
main
__NSInitialize(1F1D7564)
| Reporter | ||
Updated•25 years ago
|
OS: Linux → All
Hardware: PC → All
| Assignee | ||
Comment 1•25 years ago
|
||
Thanks for the help bruce. These should be all better now :-)
- rhp
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Target Milestone: --- → M15
| Assignee | ||
Comment 2•25 years ago
|
||
I know this was one of mine, but since this is a code level review, I figured
that I could verify that this change was checked in to fix this problem.
- rhp
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•