зеркало из https://github.com/mozilla/pjs.git
Bug 635782 - LSPAnnotationGatherer::Run should use nsAutoArrayPtr r=jmathies
This commit is contained in:
Родитель
47c1d2baad
Коммит
be9388d412
|
@ -95,7 +95,7 @@ LSPAnnotationGatherer::Run()
|
|||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
nsAutoPtr<char> byteArray = new char[size];
|
||||
nsAutoArrayPtr<char> byteArray(new char[size]);
|
||||
WSAPROTOCOL_INFOW* providers =
|
||||
reinterpret_cast<WSAPROTOCOL_INFOW*>(byteArray.get());
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче