| Index: runtime/bin/file.cc
|
| diff --git a/runtime/bin/file.cc b/runtime/bin/file.cc
|
| index 61b408f7e394ee927428f26c314a76951ee95acf..7f40f96ab29e50c312766bd44931679b72a0dd15 100644
|
| --- a/runtime/bin/file.cc
|
| +++ b/runtime/bin/file.cc
|
| @@ -262,7 +262,6 @@ void FUNCTION_NAME(File_WriteFrom)(Dart_NativeArguments args) {
|
|
|
| // Write the data out into the file.
|
| int64_t bytes_written = file->Write(reinterpret_cast<void*>(buffer), length);
|
| -
|
| // Release the direct pointer acquired above.
|
| result = Dart_TypedDataReleaseData(buffer_obj);
|
| if (Dart_IsError(result)) Dart_PropagateError(result);
|
|
|