scrcpy/app
Romain Vimont 7d5845196e Fix memory leak on portable builds
The function get_server_path() sometimes returned an owned string,
sometimes a non-owned string.

Always return an allocated (owned) string, and free it after usage.
2019-12-14 18:23:25 +01:00
..
src Fix memory leak on portable builds 2019-12-14 18:23:25 +01:00
tests Define SDL_MAIN_HANDLED in all tests 2019-12-09 23:24:39 +01:00
meson.build Do not build tests in release mode 2019-12-09 23:24:39 +01:00
scrcpy.1 Merge branch 'master' into dev 2019-12-09 22:37:20 +01:00