Updated the util.cpp

This commit is contained in:
Mathias Wagner 2023-11-04 14:08:48 +01:00
parent f77ce29bda
commit d151338206
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -77,4 +77,6 @@ void util::executeQuery(sql::Connection &con, const std::string &query, std::ini
} }
stmt->execute(); stmt->execute();
delete stmt;
} }