Changeset 5c2e8d0 in mainline


Ignore:
Timestamp:
2014-07-17T10:24:17Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fc6abbe
Parents:
071a2c60
Message:

Destroy timer after use.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/ethip/atrans.c

    r071a2c60 r5c2e8d0  
    157157        fibril_mutex_unlock(&atrans_list_lock);
    158158        (void) fibril_timer_clear(t);
     159        fibril_timer_destroy(t);
    159160
    160161        return rc;
Note: See TracChangeset for help on using the changeset viewer.