Skip to content

Commit

Permalink
locks20
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaypat committed Oct 5, 2016
1 parent b6b7abb commit 85fc62a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions luscious_locks/semamore_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,12 @@ int main(int argc, char **argv) {
semm_destroy(s5);
semm_destroy(s6);
semm_destroy(s7);
free(s);
free(s2);
free(s3);
free(s4);
free(s5);
free(s6);
free(s7);
return 0;
}

0 comments on commit 85fc62a

Please sign in to comment.