mirror of
https://github.com/SuperBFG7/ympd
synced 2025-09-02 02:37:56 +00:00
Fixed invalid free for run_as_user
This commit is contained in:
@@ -203,7 +203,6 @@ int main(int argc, char **argv)
|
||||
printf("setuid() failed\n");
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
free(run_as_user);
|
||||
}
|
||||
|
||||
mg_set_protocol_http_websocket(nc);
|
||||
|
Reference in New Issue
Block a user