TNCS: Fix uninit in error case to not double free IMVs

This commit is contained in:
Jouni Malinen 2010-04-18 11:10:46 +03:00
parent 125c74cd80
commit 5febb0d272

View file

@ -1231,6 +1231,7 @@ void tncs_global_deinit(void)
}
os_free(tncs_global_data);
tncs_global_data = NULL;
}