Merge remote-tracking branch 'origin/uthernet'
This commit is contained in:
commit
9aba397034
1 changed files with 2 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue