Changeset 3ca2e36 in mainline


Ignore:
Timestamp:
2013-03-14T12:40:04Z (11 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
42fd4d2
Parents:
451481c8
Message:

add assertion for valid session

File:
1 edited

Legend:

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

    r451481c8 r3ca2e36  
    20682068       
    20692069        async_sess_t *sess = exch->sess;
     2070        assert(sess != NULL);
    20702071       
    20712072        atomic_dec(&sess->refcnt);
Note: See TracChangeset for help on using the changeset viewer.