karlstav / cava

Cross-platform Audio Visualizer
MIT License
3.92k stars 225 forks source link

Fix crash when using pulseaudio #569

Closed mohd-akram closed 1 month ago

mohd-akram commented 1 month ago

The main loop should be freed only after it has stopped running.

I get a segmentation fault on macOS without this patch.

karlstav commented 1 month ago

looks good