Changeset b9e6205 in mainline
- Timestamp:
- 2011-01-31T21:52:13Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0dfaa099
- Parents:
- 37cf3792
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/block/libblock.c
r37cf3792 rb9e6205 624 624 unsigned long key = block->lba; 625 625 hash_table_remove(&cache->block_hash, &key, 1); 626 free(block->data); 626 627 free(block); 627 free(block->data);628 628 cache->blocks_cached--; 629 629 fibril_mutex_unlock(&cache->lock);
Note:
See TracChangeset
for help on using the changeset viewer.