We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e23eef commit 94c944dCopy full SHA for 94c944d
tools/snapshot/snapshot_builder.cc
@@ -99,7 +99,7 @@ std::string SnapshotBuilder::Generate(
99
// creator is still alive.
100
main_instance->Dispose();
101
result = FormatBlob(&blob, isolate_data_indexes);
102
- delete blob.data;
+ delete[] blob.data;
103
}
104
105
per_process::v8_platform.Platform()->UnregisterIsolate(isolate);
0 commit comments