Ryzee119 / LithiumX

A simple dashboard, mainly developed for the Original Xbox console, but it can be compiled for Windows and Linux for rapid development and testing.
MIT License
72 stars 8 forks source link

dash: Adjust close locks #1

Closed Ryzee119 closed 2 years ago

Ryzee119 commented 2 years ago

I think there's a possiblilty of a deadlock if the jpg_callback is called just after dash_deinit is called as they both try obtain the lvgl lock.