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]>
peterhillman authored and cary-ilm committed Jun 12, 2020
1 parent fdaeb4c commit 9a01e66
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
@@ -1048,6 +1048,8 @@ DeepScanLineInputFile::DeepScanLineInputFile
delete _data->_streamData;
}
if (_data) delete _data;

throw;
}

readLineOffsets (*_data->_streamData->is,

0 comments on commit 9a01e66

Please sign in to comment.