ladybird/Userland
Zaggy1024 515b255fa4 LibAudio: Clear callbacks and disconnect PulseAudioStream in destructor
If we don't clear the callbacks, they may be called after our functions
are deleted.

Disconnecting the stream also doesn't appear to be done automatically
when calling `pa_stream_unref()` for the last time, so let's do that.
2023-08-07 10:40:34 -06:00
..
Applets Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Applications AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
BuggieBox Userland: Teach the file utility about zip files 2023-07-11 17:48:57 +01:00
Demos AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
DevTools AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
DynamicLoader Everywhere: Resolve conflicts with LibC and libc++ 2023-06-27 12:40:38 +02:00
Games AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
Libraries LibAudio: Clear callbacks and disconnect PulseAudioStream in destructor 2023-08-07 10:40:34 -06:00
Services AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
Shell AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
Utilities AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
CMakeLists.txt