зеркало из https://github.com/mozilla/gecko-dev.git
Bug 798356 - Do not convert a boolean literal into a null pointer constant in TransportDIB::Map; r=cjones
--HG-- extra : rebase_source : 1d7a6be5ee0b090b9a4cf73158b1588eaef55390
This commit is contained in:
Родитель
53048448f4
Коммит
e027d31e94
|
@ -44,7 +44,7 @@ TransportDIB* TransportDIB::Map(TransportDIB::Handle handle) {
|
|||
if (!dib->shared_memory_.Map(st.st_size)) {
|
||||
delete dib;
|
||||
HANDLE_EINTR(close(handle.fd));
|
||||
return false;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
dib->size_ = st.st_size;
|
||||
|
|
Загрузка…
Ссылка в новой задаче