Skip to content

Commit

Permalink
(#1030, #1058) Possible mitigation for Windows XP cold start failure
Browse files Browse the repository at this point in the history
  • Loading branch information
win32ss committed Dec 16, 2024
1 parent 884e827 commit 81a69ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions base/memory/discardable_memory_allocator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ DiscardableMemoryAllocator::AllocateLockedDiscardableMemoryWithRetryOrDie(
ReleaseFreeMemory();

memory = allocator->AllocateLockedDiscardableMemory(size);
if (!memory)
TerminateBecauseOutOfMemory(size);

return memory;
}
Expand Down

0 comments on commit 81a69ad

Please sign in to comment.