Is there a problem the way I end my program, because when I do the program quits, but it's process still runs.
`
kiss_fft_free(cfg);
free(magnitudes); // free malloc
snd_pcm_close(pcm_handle);
XDestroyWindow(display, window);
XCloseDisplay(display);
return 0;
}`
Is there a problem the way I end my program, because when I do the program quits, but it's process still runs.
`
kiss_fft_free(cfg);
}`