mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
fix: remove EarlyMallocZoneRegistration call (#40128)
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
#include <cstdlib>
|
||||
#include <memory>
|
||||
|
||||
#include "base/allocator/early_zone_registration_apple.h"
|
||||
#include "electron/buildflags/buildflags.h"
|
||||
#include "electron/fuses.h"
|
||||
#include "shell/app/electron_library_main.h"
|
||||
@@ -50,7 +49,6 @@ bool IsEnvSet(const char* name) {
|
||||
} // namespace
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
partition_alloc::EarlyMallocZoneRegistration();
|
||||
FixStdioStreams();
|
||||
|
||||
if (electron::fuses::IsRunAsNodeEnabled() &&
|
||||
|
||||
Reference in New Issue
Block a user