mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-20 03:25:03 +00:00
clean installer
This commit is contained in:
parent
d6e35b0090
commit
b5a81fa43f
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,9 @@
|
|||
#include "installer.h"
|
||||
|
||||
#include <string.h>
|
||||
#include "command.h"
|
||||
#include "lockutil.h"
|
||||
#include "log.h"
|
||||
#include "command.h"
|
||||
|
||||
// NOTE(adopi) this can be more generic:
|
||||
// it could be used with a command queue instead of a filename queue
|
||||
|
@ -132,6 +132,7 @@ static int run_installer(void *data) {
|
|||
}
|
||||
}
|
||||
mutex_unlock(installer->mutex);
|
||||
SDL_free(current_apk);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue