Skip to content

Commit

Permalink
Minor memory leak.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwsw committed Mar 21, 2020
1 parent 7aa94f9 commit f15f9d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ch.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ end_logfile(VOID_PARAM)
}
close(logfile);
logfile = -1;
free(namelogfile);
namelogfile = NULL;
}

Expand Down

0 comments on commit f15f9d3

Please sign in to comment.