mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Unix domain: Add logic to release references to the half duplex FIFO after sendto and recvfrom
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user