mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-07-30 12:57:47 +00:00

Due to wrong reference count connection was closed by gc, after obtaining the same connection from ConnectionPool operations ended into a seg fault. Additionally 2 smaller memleaks were fixed.