Changeset 1f2b07a in mainline for uspace/srv/net/tcp/service.c


Ignore:
Timestamp:
2015-06-08T22:00:22Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dc0d6e5d
Parents:
204ba47
Message:

TCP and UDP client code needs to make sure callback connection handler has terminated before freeing session-related data.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tcp/service.c

    r204ba47 r1f2b07a  
    886886                /* XXX Destroy listeners */
    887887        }
     888
     889        if (client->sess != NULL)
     890                async_hangup(client->sess);
    888891}
    889892
Note: See TracChangeset for help on using the changeset viewer.