Fix memory leak in client/server mapping (#71)

This commit is contained in:
Lev Kokotov
2022-05-18 16:24:03 -07:00
committed by GitHub
parent fe32b5ef17
commit 61db13f614

View File

@@ -434,6 +434,8 @@ impl Client {
server.query("DISCARD ALL").await?;
}
self.release();
return Ok(());
}