Use a proper method to disconnect a connection.

This commit is contained in:
Alexey Kopytov
2017-01-30 17:44:19 +03:00
parent 4eff9c4dc1
commit d3e28b3dc2
3 changed files with 3 additions and 2 deletions

View File

@ -58,6 +58,7 @@ end
function thread_done()
stmt:close()
con:disconnect()
end
function event()