mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-03 04:54:30 +01:00
When --no-display was passed, screen_destroy() was called while screen_init() was never called. In practice, it did not crash because it just freed NULL pointers, but it was still incorrect.