mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
add explanatory comment
This commit is contained in:
parent
0d2ba3fe8e
commit
fdf63ace6a
1 changed files with 6 additions and 0 deletions
|
|
@ -353,6 +353,12 @@ PortManager::register_output_port (DataType type, const string& portname, bool a
|
|||
int
|
||||
PortManager::unregister_port (boost::shared_ptr<Port> port)
|
||||
{
|
||||
/* This is a little subtle. We do not call the backend's port
|
||||
* unregistration code from here. That is left for the Port
|
||||
* destructor. We are trying to drop references to the Port object
|
||||
* here, so that its destructor will run and it will unregister itself.
|
||||
*/
|
||||
|
||||
/* caller must hold process lock */
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue