http2: explicity free files

In preparation of adding an argument to the free functions which
means the drop trait can't be used anymore.
pull/8421/head
Victor Julien 3 years ago
parent 4b1e9f7c21
commit 0320c03f8c

@ -364,6 +364,8 @@ impl HTTP2Transaction {
impl Drop for HTTP2Transaction {
fn drop(&mut self) {
self.files.files_ts.free();
self.files.files_tc.free();
self.free();
}
}

Loading…
Cancel
Save