1
0
Fork 0

Added closing of stmtCategoryGetAll.

This commit is contained in:
Alexander Andreev 2023-05-22 21:39:55 +04:00
parent 089ef27cef
commit ab3174f543
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 1 additions and 0 deletions

View File

@ -290,6 +290,7 @@ func (s *SQLiteMindflow) DeleteCategory(id int64) (err error) {
func (s *SQLiteMindflow) Close() error {
stmtCategoryById.Close()
stmtCategoryGetAll.Close()
stmtCategoryNew.Close()
stmtCategoryDelete.Close()
stmtPostDelete.Close()