scrcpy/app
Romain Vimont 1a0139321b Fix missing installer initialization
The current_process field of struct installer was not initialized.
Since the installer instance is static, its default value was 0.

The call to installer_stop() then called kill(0, SIGTERM) (on Linux),
which sent SIGTERM to every process in the process group. In particular,
the scrcpy process was killed.

As a consequence, the last cleanup steps, like disabling "show touches",
were not executed.

Fixes <https://github.com/Genymobile/scrcpy/issues/183>.
2018-06-22 18:35:58 +02:00
..
src Fix missing installer initialization 2018-06-22 18:35:58 +02:00
tests Add missing includes 2018-05-13 15:33:13 +02:00
meson.build Use a meson option to crossbuild for Windows 2018-06-05 20:45:41 +02:00