diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-09-12 13:32:43 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-09-13 09:45:20 +0200 |
commit | 3d9f9b1b299251c5c28d74e951b4447193ad7ade (patch) | |
tree | 48c0ce200bd1275e7291995a75bcb961f19de8e3 /binaryurp | |
parent | fdef35f01e80df0b35bafc0faed285b3838474a8 (diff) |
loplugin:unodispose in binaryurp
Change-Id: Iab83b304ab7928dc4ca88a90f3184e2b2e7bf741
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156842
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'binaryurp')
-rw-r--r-- | binaryurp/source/bridge.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binaryurp/source/bridge.cxx b/binaryurp/source/bridge.cxx index 523bbbf14ac5..f88fc10ca6ed 100644 --- a/binaryurp/source/bridge.cxx +++ b/binaryurp/source/bridge.cxx @@ -920,6 +920,8 @@ void Bridge::dispose() { // from within an incoming or outgoing remote call, as passive_.wait() would // otherwise deadlock: passive_.wait(); + connection_.clear(); + provider_.clear(); } void Bridge::addEventListener( |