Changeset cdc8ee2d in mainline


Ignore:
Timestamp:
2011-08-18T21:52:04Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d894fbd
Parents:
76d6169
Message:

Really drop one reference in async_put_client_data_by_hash().

File:
1 edited

Legend:

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

    r76d6169 rcdc8ee2d  
    648648        assert(client->data);
    649649
     650        /* Drop the reference we got in async_get_client_data_by_hash(). */
     651        async_client_put(client);
     652
     653        /* Drop our own reference we got at the beginning of this function. */
    650654        async_client_put(client);
    651655}
Note: See TracChangeset for help on using the changeset viewer.