Changeset 7d5ef94 in mainline


Ignore:
Timestamp:
2011-12-11T17:11:43Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
29e479f
Parents:
bd575647
Message:

libusb: Assing NULL after destroying the session.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/src/hc.c

    rbd575647 r7d5ef94  
    7272                assert(connection->hc_sess);
    7373                ret = async_hangup(connection->hc_sess);
     74                connection->hc_sess = NULL;
    7475        }
    7576        fibril_mutex_unlock(&connection->guard);
Note: See TracChangeset for help on using the changeset viewer.