Skip to content

Commit

Permalink
Fix memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks committed Apr 20, 2024
1 parent 3a90157 commit 87aa3cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ntttcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,7 @@ GetTcpRow(
goto exit;
}

free(tcp_table);
return NO_ERROR;

exit:
Expand Down

0 comments on commit 87aa3cd

Please sign in to comment.