Skip to content

Commit

Permalink
fix #728 - missing 'throw' in deepscanline error handling
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hillman <[email protected]>
  • Loading branch information
peterhillman authored and cary-ilm committed Jun 12, 2020
1 parent 0dc9e7a commit d8741bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OpenEXR/IlmImf/ImfDeepScanLineInputFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1053,6 +1053,8 @@ DeepScanLineInputFile::DeepScanLineInputFile
delete _data->_streamData;
}
if (_data) delete _data;

throw;
}

readLineOffsets (*_data->_streamData->is,
Expand Down

0 comments on commit d8741bc

Please sign in to comment.