Commit 2ffb558e authored by Sergey Lyubka's avatar Sergey Lyubka

nullify ssl_mutexes after free-ing them

parent 05062be8
......@@ -4696,6 +4696,7 @@ static void free_context(struct mg_context *ctx) {
#ifndef NO_SSL
if (ssl_mutexes != NULL) {
free(ssl_mutexes);
ssl_mutexes = NULL;
}
#endif // !NO_SSL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment