Skip to content

Commit

Permalink
Free memory after use
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard M. Wiedemann authored and epico committed Oct 16, 2023
1 parent de5bd73 commit 429a768
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/storage/gen_binary_files.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 429a768

Please sign in to comment.