Closing open connection.

This commit is contained in:
tomas 2005-05-03 12:40:31 +00:00
parent 6f04fa3435
commit a1b413972d

View File

@ -473,6 +473,7 @@ function check_close()
CUR_OK (cur)
assert (cur:fetch(), "corrupted cursor")
cur:close ()
conn:close ()
end
---------------------------------------------------------------------