Unix domain: Add logic to release references to the half duplex FIFO after sendto and recvfrom

This commit is contained in:
Gregory Nutt
2015-01-30 09:28:55 -06:00
parent a5b6ddbc64
commit 2a39105b3f
6 changed files with 47 additions and 27 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ errout_with_outfd:
(void)close(client->lc_outfd);
errout_with_fifos:
(void)local_destroy_fifos(client);
(void)local_release_fifos(client);
client->lc_state = LOCAL_STATE_BOUND;
return ret;
}