mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-20 03:25:03 +00:00
fix installer's goto fail
This commit is contained in:
parent
b5a81fa43f
commit
c941e34136
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ SDL_bool scrcpy(const char *serial, Uint16 local_port, Uint16 max_size, Uint32 b
|
|||
if (!installer_init(&installer,server.serial)) {
|
||||
ret = SDL_FALSE;
|
||||
server_stop(&server);
|
||||
goto finally_destroy_frames;
|
||||
goto finally_destroy_installer;
|
||||
}
|
||||
|
||||
decoder_init(&decoder, &frames, device_socket);
|
||||
|
|
Loading…
Add table
Reference in a new issue