Skip to content

Commit

Permalink
Add missing mutex lock
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Jun 11, 2015
1 parent 61698fc commit 100de72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/qgsconnectionpool.h
Expand Up @@ -117,7 +117,9 @@ class QgsConnectionPoolGroup
return 0;
}

connMutex.lock();
acquiredConns.append( c );
connMutex.unlock();
return c;
}

Expand Down

0 comments on commit 100de72

Please sign in to comment.