Skip to content

Commit

Permalink
gpu crash after hdd crash fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyFFM committed Mar 12, 2019
1 parent 064a05c commit 8181075
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scavenger"
version = "1.7.4"
version = "1.7.5"
license = "GPL-3.0"
authors = ["PoC Consortium <bots@cryptoguru.org>"]
description = """
Expand Down
1 change: 1 addition & 0 deletions src/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ impl Reader {
"reader: error reading chunk from {}: {} -> skip one round",
p.meta.name, e
);
buffer.unmap();
(0, 0, true)
}
};
Expand Down

0 comments on commit 8181075

Please sign in to comment.