mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-21 22:04:39 +01:00
The packet sink push_session() callback is optional, but it was called
unconditionnally even when not implemented, leading to a segfault.
Bug introduced by commit 78cba1b7c2.
Fixes #6687 <https://github.com/Genymobile/scrcpy/issues/6687>