Skip to content

Commit

Permalink
[BUGFIX] Free pattern_file patameter
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Feb 15, 2024
1 parent 603ea39 commit 5ca58d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ void print_report(const pesieve::ReportEx& report, const t_params args)
void free_params(t_params &args)
{
free_strparam(args.modules_ignored);
free_strparam(args.pattern_file);
}

int main(int argc, char *argv[])
Expand Down

0 comments on commit 5ca58d7

Please sign in to comment.