Chromium Code Reviews| Index: runtime/lib/isolate.cc |
| diff --git a/runtime/lib/isolate.cc b/runtime/lib/isolate.cc |
| index 7ed20003955de083608ec7ac7bf553959029623a..e7edbe05226b88586700be82009bd8a65a13c228 100644 |
| --- a/runtime/lib/isolate.cc |
| +++ b/runtime/lib/isolate.cc |
| @@ -477,7 +477,6 @@ DEFINE_NATIVE_ENTRY(isolate_spawnUri, 1) { |
| if (!CanonicalizeUri(arguments->isolate(), root_lib, uri, |
| &canonical_uri, &error)) { |
| const String& msg = String::Handle(String::New(error)); |
| - free(error); |
| ThrowIsolateSpawnException(msg); |
| } |