Skip to content

Commit

Permalink
Fix leak in scalability test.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Aug 25, 2017
1 parent 405f6e5 commit ad4912b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/scalability.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,7 @@ Main({
}
});
});

free(clients);
free(results);
});

0 comments on commit ad4912b

Please sign in to comment.