Skip to content

Commit

Permalink
linker.c: are you going to free a memory on stack?
Browse files Browse the repository at this point in the history
  • Loading branch information
yangminz committed Jun 13, 2021
1 parent 5bf1a01 commit ed82763
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/linker/linker.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ int main(int argc, char **argv)
{
free_elf(srcs[i]);
}
free_elf(&linked);

free(srcs);

Expand Down

0 comments on commit ed82763

Please sign in to comment.