We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent eb3541e commit ea27a8fCopy full SHA for ea27a8f
src/core/qgsconnectionpool.h
@@ -156,8 +156,9 @@ class QgsConnectionPoolGroup
156
connMutex.lock();
157
Q_FOREACH ( Item i, conns )
158
{
159
- qgsConnectionPool_InvalidateConnection( i.c );
+ qgsConnectionPool_ConnectionDestroy( i.c );
160
}
161
+ conns.clear();
162
Q_FOREACH ( T c, acquiredConns )
163
qgsConnectionPool_InvalidateConnection( c );
164
connMutex.unlock();
0 commit comments