mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-23 01:16:30 +00:00
Fix memory leak in client/server mapping (#71)
This commit is contained in:
@@ -434,6 +434,8 @@ impl Client {
|
||||
server.query("DISCARD ALL").await?;
|
||||
}
|
||||
|
||||
self.release();
|
||||
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user