commit | dccb5f7d776e93863ae10bbff56a45c523c6eeb0 | [log] [tgz] |
---|---|---|
author | Michal Srb <michalsrb@gmail.com> | Mon Mar 27 13:55:46 2017 +0300 |
committer | Michal Srb <michalsrb@gmail.com> | Mon Mar 27 13:55:46 2017 +0300 |
tree | 66470b930a2659ce7c585fa55cd6676f6377e19f | |
parent | bf3bdac082978ca32895a4b6a123016094905689 [diff] |
Prevent leak of SecurityServer and ClientServer. They are created in SConnection's and CConnection's constructors but never destroyed. There is no reason for the indirection, so lets make them direct members.