]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust/dns: simplify tx freeing 3223/head
authorVictor Julien <victor@inliniac.net>
Tue, 6 Feb 2018 10:24:50 +0000 (11:24 +0100)
committerVictor Julien <victor@inliniac.net>
Tue, 6 Feb 2018 20:32:10 +0000 (21:32 +0100)
commitf815027cdfbf9fda9f6141d9bf3a5584d6d7a672
tree120fb17367e7d16f7e68c0fb5f1497962a11d8ee
parent7548944b49b0dfc218d73e3d12c993629258fb2a
rust/dns: simplify tx freeing

Now that we no longer need the state when freeing a TX, we can simply
do cleanup from the Drop trait.
rust/src/dns/dns.rs
rust/src/nfs/nfs.rs