fix memory leaks in config and previous_bars_raw array #640
Recent Commits to cava:master
-
fix memory leaks in config and previous_bars_raw array #640
-
Fixed linter

Fixed linter
-
Orientation cycling via a keybind

Orientation cycling via a keybind
-
Orientation cycling via a keybind

Orientation cycling via a keybind
-
pipewire should not handle SIGINT and SIGTERM #639
pipewire should not handle SIGINT and SIGTERM #639 those flags where maybe added in an attempt to exit the pipewire loop more gracefully, but the signals are already handled in the main loop. So it would be random if the pipewire loop or the main loop captured them. this commit removes the signal handling from the pipewire loop and extends main loop signal handling to exit normally instead of raising signal to self immediately, this means stoping audio thread and free all buffers