Skip to content

Commit

Permalink
Add missing free() call
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed May 10, 2018
1 parent a9807e1 commit 5a36484
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reprozip/native/syscalls.c
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ static int record_shebangs(struct Process *process, const char *exec_target)
break;
}
}
free(groups);

if(!is_our_group)
{
Expand Down

0 comments on commit 5a36484

Please sign in to comment.