TNCS: Fix uninit in error case to not double free IMVs
This commit is contained in:
parent
125c74cd80
commit
5febb0d272
1 changed files with 1 additions and 0 deletions
|
@ -1231,6 +1231,7 @@ void tncs_global_deinit(void)
|
|||
}
|
||||
|
||||
os_free(tncs_global_data);
|
||||
tncs_global_data = NULL;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue