Browse Source

Added notification of port removal on client disconnection

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@689 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
theno23 22 years ago
parent
commit
01b4a26d7a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      jackd/engine.c

+ 1
- 0
jackd/engine.c View File

@@ -1512,6 +1512,7 @@ jack_client_disconnect (jack_engine_t *engine, jack_client_internal_t *client)
for (node = client->ports; node; node = jack_slist_next (node)) {
port = (jack_port_internal_t *) node->data;
jack_port_clear_connections (engine, port);
jack_port_registration_notify (engine, port->shared->id, FALSE);
jack_port_release (engine, port);
}



Loading…
Cancel
Save