Changeset 1e5d01b in mainline


Ignore:
Timestamp:
2016-08-15T19:29:02Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5550323, 6aeca0d
Parents:
c7840e9
Message:

Fix memory leak by destroying the transaction.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/generic/remote_usb.c

    rc7840e9 r1e5d01b  
    537537        if (!async_data_read_receive(&trans->data_caller, &size)) {
    538538                async_answer_0(callid, EPARTY);
     539                async_transaction_destroy(trans);
    539540                return;
    540541        }
Note: See TracChangeset for help on using the changeset viewer.