Commit fbe0f303 authored by jochen's avatar jochen Committed by Commit bot

[fuzzer] Force a GC before shutting down isolates

We just deleted a persistent the line before, so make sure the context
is cleared up before disposing the isolate

R=ulan@chromium.org
BUG=

Review-Url: https://codereview.chromium.org/1953253003
Cr-Commit-Position: refs/heads/master@{#36078}
parent 1f6be3d7
......@@ -68,6 +68,7 @@ FuzzerSupport::~FuzzerSupport() {
context_.Reset();
}
isolate_->LowMemoryNotification();
isolate_->Dispose();
isolate_ = nullptr;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment