Changes in uspace/lib/c/generic/ns.c [ca48672:01900b6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/ns.c
rca48672 r01900b6 1 1 /* 2 * Copyright (c) 2025 Jiri Svoboda3 2 * Copyright (c) 2011 Martin Decky 4 3 * All rights reserved. … … 69 68 70 69 if (rc != EOK) { 71 async_port_destroy(port);72 70 async_forget(req); 73 71 return rc; … … 76 74 errno_t retval; 77 75 async_wait_for(req, &retval); 78 79 if (rc != EOK)80 async_port_destroy(port);81 76 return rc; 82 77 }
Note:
See TracChangeset
for help on using the changeset viewer.