mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-02-16 10:30:47 +00:00
Fix a few small memleaks
This commit is contained in:
@@ -350,7 +350,6 @@ int gs_pair(PSERVER_DATA server, char* pin) {
|
||||
if ((ret = http_request(url, data)) != GS_OK)
|
||||
goto cleanup;
|
||||
|
||||
printf("Paired\n");
|
||||
server->paired = true;
|
||||
|
||||
cleanup:
|
||||
|
||||
Reference in New Issue
Block a user