softdsp-endpoint: improve destruction sequence
- Set the node proxy to NULL when it is destroyed externally so that we don't try to destroy it a second time in finalize. - Don't remove the dsp_listener, as this is already done inside the node proxy destroy sequence (but keep removing the node listener to avoid calling node_proxy_destroy() from inside finalize())
Please register or sign in to comment