mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-05 22:14:28 +01:00
The order of cleanup was not the reverse as the initialization order. As a consequence, recorder_destroy() could theoretically be called even if recorder_init() failed.