From d15133820687323bf7c25556dfec6d7287795a4f Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 4 Nov 2023 14:08:48 +0100 Subject: [PATCH] Updated the util.cpp --- src/api/util.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/api/util.cpp b/src/api/util.cpp index 6cecb75..b4ac10e 100644 --- a/src/api/util.cpp +++ b/src/api/util.cpp @@ -77,4 +77,6 @@ void util::executeQuery(sql::Connection &con, const std::string &query, std::ini } stmt->execute(); + + delete stmt; } \ No newline at end of file