Browse Source

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

Jouni Malinen 15 years ago
parent
commit
5febb0d272
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/eap_server/tncs.c

+ 1 - 0
src/eap_server/tncs.c

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