зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1366882
- Fix a resource leak - CID 1213977 - r=froydnj
MozReview-Commit-ID: 7Af5BXxaIZl --HG-- extra : rebase_source : 121c3d2b88d1e44d7a35058c8fe689f602cf6425
This commit is contained in:
Родитель
dc49814273
Коммит
739ca8f51f
|
@ -129,6 +129,7 @@ NS_IMETHODIMP nsTextToSubURI::UnEscapeAndConvert(
|
|||
nsDependentCString label(charset);
|
||||
nsAutoCString encoding;
|
||||
if (!EncodingUtils::FindEncodingForLabelNoReplacement(label, encoding)) {
|
||||
free(unescaped);
|
||||
return NS_ERROR_UCONV_NOCONV;
|
||||
}
|
||||
nsCOMPtr<nsIUnicodeDecoder> decoder =
|
||||
|
|
Загрузка…
Ссылка в новой задаче