analyzer sat: disarm on drop

This commit is contained in:
mwojcik 2023-05-19 10:23:01 +08:00 committed by Sébastien Bourdeauducq
parent ddfe51e7ac
commit ab52748cac
1 changed files with 4 additions and 0 deletions

View File

@ -60,6 +60,10 @@ impl Analyzer {
}
}
fn drop(&mut self) {
disarm();
}
pub fn get_header(&mut self) -> Header {
disarm();