Skip to content

NULL-ing task pointer after ws_server_stop call#25

Open
zmechanic wants to merge 1 commit intoMolorius:masterfrom
zmechanic:patch-1
Open

NULL-ing task pointer after ws_server_stop call#25
zmechanic wants to merge 1 commit intoMolorius:masterfrom
zmechanic:patch-1

Conversation

@zmechanic
Copy link

vTaskDelete does not set pointer to NULL by itself. Once server is stopped, it cannot be started again, as there's if(xtask) return 0; check in ws_server_start.

`vTaskDelete` does not set pointer to NULL by itself. Once server is stopped, it cannot be started again, as there's `if(xtask) return 0;` check in `ws_server_start`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant