[CONPY-82] Mutex is not unlocked in add_connection method, if connection fails Created: 2020-06-22 Updated: 2020-06-24 Resolved: 2020-06-24 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | Generic |
| Affects Version/s: | 0.9.59 |
| Fix Version/s: | 1.0.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
In line 477 (mariadb_pooling.c) we return in case of an error without unlocking the mutex. |