Skip to content

Process still runs after program closer. #127

Description

@eMonolith

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;

}`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions