scrcpy/app/tests
Romain Vimont 30e619d37f Replace SDL_strdup() by strdup()
The functions SDL_malloc(), SDL_free() and SDL_strdup() were used only
because strdup() was not available everywhere.

Now that it is available, use the native version of these functions.
2021-02-17 09:54:03 +01:00
..
test_buffer_util.c Define feature test macros in common.h 2021-01-17 14:08:48 +01:00
test_cbuf.c Define feature test macros in common.h 2021-01-17 14:08:48 +01:00
test_cli.c Define feature test macros in common.h 2021-01-17 14:08:48 +01:00
test_control_msg_serialize.c Fix size_t incorrectly assigned to int 2021-01-17 19:44:23 +01:00
test_device_msg_deserialize.c Define feature test macros in common.h 2021-01-17 14:08:48 +01:00
test_queue.c Define feature test macros in common.h 2021-01-17 14:08:48 +01:00
test_strutil.c Replace SDL_strdup() by strdup() 2021-02-17 09:54:03 +01:00