Merge remote-tracking branch 'origin/uthernet'

This commit is contained in:
Andrea Odetti 2021-04-18 18:22:37 +01:00
commit 9aba397034

View file

@ -535,8 +535,6 @@ int tfe_deactivate_i(void)
if(g_fh) fprintf( g_fh, "tfe_deactivate_i()." );
#endif
assert(tfe && tfe_packetpage);
tfe_arch_deactivate();
lib_free(tfe);
@ -602,8 +600,8 @@ void tfe_shutdown(void)
if (tfe)
tfe_deactivate();
if (tfe_interface != NULL)
lib_free(tfe_interface);
lib_free(tfe_interface);
tfe_interface = NULL;
}