Changeset 9cd199c in mainline
- Timestamp:
- 2011-04-02T08:09:31Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 10eb754
- Parents:
- 2cada66
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified uspace/srv/fs/minixfs/mfs_ops.c ¶
r2cada66 r9cd199c 269 269 if (!d_info->d_inum) { 270 270 /*This entry is not used*/ 271 free(d_info); 271 272 continue; 272 273 } … … 277 278 mfs_node_core_get(rfn, mnode->instance, 278 279 d_info->d_inum); 280 free(d_info); 279 281 goto found; 280 282 } 283 free(d_info); 281 284 } 282 285 *rfn = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.