Changeset e1b4ae0 in mainline for uspace/lib/nettl/src/amap.c


Ignore:
Timestamp:
2017-09-11T07:05:21Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9713b0b
Parents:
975d528
Message:

Start adding tests for TCP conn module. Make sure all connections have been freed at the end of a test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/nettl/src/amap.c

    r975d528 re1b4ae0  
    9797{
    9898        log_msg(LOG_DEFAULT, LVL_DEBUG2, "amap_destroy()");
     99
     100        assert(list_empty(&map->repla));
     101        assert(list_empty(&map->laddr));
     102        assert(list_empty(&map->llink));
    99103        free(map);
    100104}
Note: See TracChangeset for help on using the changeset viewer.