mirror of
https://github.com/SuperBFG7/ympd
synced 2025-06-26 15:12:54 +00:00
Fixed invalid free for run_as_user
This commit is contained in:
parent
aac7605acb
commit
b790a687a3
@ -203,7 +203,6 @@ int main(int argc, char **argv)
|
|||||||
printf("setuid() failed\n");
|
printf("setuid() failed\n");
|
||||||
return EXIT_FAILURE;
|
return EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
free(run_as_user);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
mg_set_protocol_http_websocket(nc);
|
mg_set_protocol_http_websocket(nc);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user