mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-04 23:29:22 +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 "installer.h"
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include "command.h"
|
||||||
#include "lockutil.h"
|
#include "lockutil.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "command.h"
|
|
||||||
|
|
||||||
// NOTE(adopi) this can be more generic:
|
// NOTE(adopi) this can be more generic:
|
||||||
// it could be used with a command queue instead of a filename queue
|
// 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);
|
mutex_unlock(installer->mutex);
|
||||||
|
SDL_free(current_apk);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue