Skip to content

Commit

Permalink
Minor tweak to #427
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Aug 31, 2023
1 parent bbfdf92 commit d8495b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ public void close() throws IOException {
_out.flush();
}
}
_ioContext.close();
// Internal buffer(s) generator has can now be released as well
_releaseBuffers();
_ioContext.close();
}
}

Expand Down

0 comments on commit d8495b3

Please sign in to comment.