We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921cb16 commit 21f0494Copy full SHA for 21f0494
1 file changed
plugins/warp/src/processor.rs
@@ -664,6 +664,8 @@ impl WarpFileProcessor {
664
if view.functions().is_empty() {
665
self.state
666
.set_file_state(path.clone(), ProcessingFileState::Processed);
667
+ // Close the view manually, see comment in [`BinaryView`].
668
+ view.file().close();
669
return Err(ProcessingError::SkippedFile(path));
670
}
671
0 commit comments