Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/ns.c

    rca48672 r01900b6  
    11/*
    2  * Copyright (c) 2025 Jiri Svoboda
    32 * Copyright (c) 2011 Martin Decky
    43 * All rights reserved.
     
    6968
    7069        if (rc != EOK) {
    71                 async_port_destroy(port);
    7270                async_forget(req);
    7371                return rc;
     
    7674        errno_t retval;
    7775        async_wait_for(req, &retval);
    78 
    79         if (rc != EOK)
    80                 async_port_destroy(port);
    8176        return rc;
    8277}
Note: See TracChangeset for help on using the changeset viewer.