fix memory leak introduced by recent mailnews string use modernization, r=jshin, sr=mscott 240670
git-svn-id: svn://10.0.0.236/trunk@154976 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -75,7 +75,7 @@ MimeHeaders_convert_header_value(MimeDisplayOptions *opt, nsAFlatCString &value)
|
||||
|
||||
if (converted)
|
||||
{
|
||||
value = converted;
|
||||
value.Adopt(converted);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user