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:
bienvenu%nventure.com
2004-04-16 15:38:02 +00:00
parent a78fae2915
commit d2d77b06da

View File

@@ -75,7 +75,7 @@ MimeHeaders_convert_header_value(MimeDisplayOptions *opt, nsAFlatCString &value)
if (converted)
{
value = converted;
value.Adopt(converted);
}
}
else