Closed
Bug 154348
Opened 23 years ago
Closed 23 years ago
[Patch] Gtk2 mozilla hangs on Paste
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mpgritti, Assigned: blizzard)
References
Details
Attachments
(1 file, 1 obsolete file)
811 bytes,
patch
|
Details | Diff | Splinter Review |
Trying to copy/paste from mozilla (to mozilla or another application) cause hangs.
Reporter | ||
Comment 1•23 years ago
|
||
The hang happen on the return;. So I guessed nsString was trying to free again
the adopted string when going out of scope.
Jag on #mozilla confirmed that you dont need to free the adopted string.
This definately fix the hang, I hope it's ok.
Reporter | ||
Updated•23 years ago
|
Summary: [Patch] Mozilla hangs on Paste → [Patch] Gtk2 mozilla hangs on Paste
Assignee | ||
Comment 2•23 years ago
|
||
Thanks! I'll check in this obvious patch. (duh, my bad.)
Attachment #89241 -
Attachment is obsolete: true
Assignee | ||
Updated•23 years ago
|
Assignee | ||
Comment 3•23 years ago
|
||
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•