Skip to content
Snippets Groups Projects
Commit 91334ec8 authored by Stephen R. van den Berg's avatar Stephen R. van den Berg
Browse files

pgsql: When destructing the connection, discard pending statements.

parent 6500c70e
No related branches found
No related tags found
No related merge requests found
......@@ -490,6 +490,7 @@ private void waitauthready() {
}
protected void destroy() {
proxy.unnamedstatement = 0; // Forget about pending statements
destruct(proxy);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment