-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Description
Hi, developers, thank you for your checking. It seems the lock server
is not released correctly when !server->initialize
in the function serverStop
?
UltraGrid/src/EmbeddableWebServer.h
Lines 1516 to 1525 in e3c926c
serverMutexLock(server); | |
if (!server->initialized) { | |
ews_printf("Warning: Server %p was never initialized and you tried to stop it. Ignoring...\n", server); | |
return; | |
} | |
server->shouldRun = false; | |
if (server->listenerfd != INVALID_SOCKET) { | |
close(server->listenerfd); | |
} | |
serverMutexUnlock(server); |
Metadata
Metadata
Assignees
Labels
No labels