mozilla / audioipc

Cubeb Audio Remoting For Gecko
10 stars 17 forks source link

Don't try to wake_connection in Proxy::drop if event loop was never connected. #145

Closed kinetiknz closed 2 years ago

kinetiknz commented 2 years ago

Fixes a potential crash if Proxy is ever dropped before connect_event_loop is called. This can happen in EventLoopHandle::bind_client if add_connection fails.