mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-17 18:34:03 -05:00
TNCS: Fix uninit in error case to not double free IMVs
This commit is contained in:
parent
125c74cd80
commit
5febb0d272
@ -1231,6 +1231,7 @@ void tncs_global_deinit(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
os_free(tncs_global_data);
|
os_free(tncs_global_data);
|
||||||
|
tncs_global_data = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user