mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-20 08:56:56 -05:00
examples: add cleanup
This commit is contained in:
parent
6d0fd7b58c
commit
3060c57ba6
2 changed files with 13 additions and 2 deletions
|
|
@ -475,6 +475,7 @@ int main(int argc, char *argv[])
|
|||
SDL_DestroyTexture(data.cursor);
|
||||
SDL_DestroyRenderer(data.renderer);
|
||||
SDL_DestroyWindow(data.window);
|
||||
pw_deinit();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue