Added closing of stmtCategoryGetAll.
This commit is contained in:
parent
089ef27cef
commit
ab3174f543
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user