You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG#37399636: The C-extension has a memory leak when working with prepared statements
Fixed a memory leak in the C-extension occurring in
prepared statements. Prepared statement object
reference counting was being incremented upon
instantiation, but never decremented when closing
the statement.
Change-Id: Icbac790d47362a695f38666cecc79ad8cae1494b
0 commit comments