scrcpy/app/src/sys
Romain Vimont 3bc1c51b91 Always use SDL_malloc() and SDL_free()
To avoid mixing SDL_malloc()/SDL_strdup() with free(), or malloc() with
SDL_free(), always use the SDL version.
2019-05-30 22:30:08 +02:00
..
unix Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
win Always use SDL_malloc() and SDL_free() 2019-05-30 22:30:08 +02:00