Skip to content

Commit 1f73cb2

Browse files
committed
Fixed query client leaks
1 parent cdc77d0 commit 1f73cb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jdbc/src/main/java/tech/ydb/jdbc/context/YdbContext.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ public YdbOperationProperties getOperationProperties() {
154154
public void close() {
155155
try {
156156
schemeClient.close();
157+
queryClient.close();
157158
tableClient.close();
158159
grpcTransport.close();
159160
} catch (Exception e) {

0 commit comments

Comments
 (0)