зеркало из https://github.com/mozilla/gecko-dev.git
making sure that we do not empty our segmented buffer if we did not create it
bug fix 19290. submitted by bienvenu, r=dougt.
This commit is contained in:
Родитель
13dd074be1
Коммит
5a214050de
|
@ -474,6 +474,7 @@ NS_IMETHODIMP FileImpl::Flush()
|
|||
}
|
||||
}
|
||||
|
||||
if (mGotBuffers)
|
||||
mOutBuffer.Empty();
|
||||
mWriteCursor = nsnull;
|
||||
mWriteLimit = nsnull;
|
||||
|
|
Загрузка…
Ссылка в новой задаче