Closed
Bug 1410317
Opened 8 years ago
Closed 8 years ago
Port | Bug 1409327 - NS_NewBufferedInputStream should take the ownership of the inputStream| to mailnews
Categories
(Thunderbird :: General, defect)
Thunderbird
General
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 58.0
People
(Reporter: jorgk-bmo, Unassigned)
Details
Attachments
(1 file)
|
2.84 KB,
patch
|
Details | Diff | Splinter Review |
mailnews/base/search/src/nsMsgFilterList.cpp(499): error C2664: 'nsresult NS_NewBufferedInputStream(nsIInputStream **,already_AddRefed<T>,uint32_t)': cannot convert argument 2 from 'nsIInputStream *' to 'already_AddRefed<T>'
| Reporter | ||
Comment 1•8 years ago
|
||
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/8f0511d8f2fb
Port bug 1409327 to mailnews: NS_NewBufferedInputStream takes ownership of the inputStream. rs=bustage-fix
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•8 years ago
|
Target Milestone: --- → Thunderbird 58.0
You need to log in
before you can comment on or make changes to this bug.
Description
•