typo fix
This commit is contained in:
parent
ad9f4b8f2d
commit
1e77ff2878
@ -152,7 +152,7 @@ void *why2_communicate_thread(void *arg)
|
||||
printf("User exited.\t%d\n", *((int*) arg));
|
||||
|
||||
//DEALLOCATION
|
||||
remove_node(get_node(why2_communicate_thread));
|
||||
remove_node(get_node(*((int*) arg)));
|
||||
close(*((int*) arg));
|
||||
why2_deallocate(received);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user