| commit | 365ec7b14649b46c59e7dc3a1530b2b37bc908da | [log] |
|---|---|---|
| author | Arkadiy Illarionov <qarkai@gmail.com> | Sat Mar 09 22:23:35 2019 +0300 |
| committer | Noel Grandin <noel.grandin@collabora.co.uk> | Sun Mar 10 07:10:49 2019 +0100 |
| tree | 15ae92130a168ea808f57f5cac62ca0348a5c34f | |
| parent | f33eb08a2b74e5de033af9b5f5283b220ac58ded [diff] |
tdf#39593 use existing clearConnectionPools() method Change-Id: I318508531b3f52da2d699e6d35c7cda72d4de115 Reviewed-on: https://gerrit.libreoffice.org/68981 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
diff --git a/connectivity/source/cpool/ZPoolCollection.cxx b/connectivity/source/cpool/ZPoolCollection.cxx index 7ae6603..ae32b27 100644 --- a/connectivity/source/cpool/ZPoolCollection.cxx +++ b/connectivity/source/cpool/ZPoolCollection.cxx
@@ -437,11 +437,7 @@ { m_aDriverProxies.clear(); m_aDriverProxies = MapDriver2DriverRef(); for(auto& rEntry : m_aPools) { rEntry.second->clear(false); } m_aPools.clear(); clearConnectionPools(false); } } else if(evt.Source.is())