From 429a768f3bc5b63b85dd875f7839d54f02fbc67b Mon Sep 17 00:00:00 2001 From: "Bernhard M. Wiedemann" Date: Mon, 9 Oct 2023 14:50:20 +0200 Subject: Free memory after use --- utils/storage/gen_binary_files.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'utils') diff --git a/utils/storage/gen_binary_files.cpp b/utils/storage/gen_binary_files.cpp index 32ca8f1..c4620c4 100644 --- a/utils/storage/gen_binary_files.cpp +++ b/utils/storage/gen_binary_files.cpp @@ -95,6 +95,7 @@ int main(int argc, char * argv[]){ g_print("option parsing failed:%s\n", error->message); exit(EINVAL); } + g_option_context_free(context); SystemTableInfo2 system_table_info; -- cgit