Skip to content

Commit

Permalink
fix: don't put erroneous ifds back on the stack (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
csarn authored Oct 20, 2024
1 parent fbe9f01 commit 4f7c139
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/exif/exif_iter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,6 @@ impl Iterator for ExifIter {
tracing::warn!(?tag_code, ?e, "parse ifd entry error");
let res =
Some(ParsedExifEntry::make_err(ifd.ifd_idx, tag_code.unwrap(), e));
self.ifds.push(ifd);
return res;
}
}
Expand Down

0 comments on commit 4f7c139

Please sign in to comment.