Skip to content
Snippets Groups Projects
Commit 66d3f9d8 authored by Moritz Hanke's avatar Moritz Hanke
Browse files

fixes memory leak in routine check_weight_file

parent 8eb9e4cc
No related branches found
No related tags found
No related merge requests found
......@@ -526,6 +526,7 @@ void check_weight_file(char const * file_name, int const * ref_src_address,
}
// clean up
free(str_version);
free(fixed_values);
free(num_tgt_per_fixed_value);
free(tgt_address_fixed);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment