mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-27 18:56: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?;
|
server.query("DISCARD ALL").await?;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
self.release();
|
||||||
|
|
||||||
return Ok(());
|
return Ok(());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user