kNet icon indicating copy to clipboard operation
kNet copied to clipboard

MessageConnections are not freed when NetworkDialog is open

Open cadaver opened this issue 10 years ago • 2 comments

Due to MessageConnectionTreeItem having a shared ptr to MessageConnection, a connection is never freed even after it closes, when the NetworkDialog is open. In a network client usage, this means leaking connections when performing repeated connection and disconnection.

cadaver avatar Mar 25 '14 12:03 cadaver