Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Committed-by: [email protected] from Dev container
  • Loading branch information
zhanglei1949 committed Jan 14, 2025
1 parent 03a2248 commit 879f39e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public FFIByteVectorOutputStream(FFIByteVector vector) {
}

@Override
public void close() throws IOException {
public void close() {
vector.delete();
}

Expand Down

0 comments on commit 879f39e

Please sign in to comment.