mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-25 18:57:01 +08:00
Delete the BasicSocketCommandServer task if the task exits, which can happen if the listening socket cannot be created.
This commit is contained in:
@ -189,5 +189,8 @@ portBASE_TYPE xReturned;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Will only get here if a listening socket could not be created. */
|
||||
vTaskDelete( NULL );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user