Changeset 4557462 in mainline
- Timestamp:
- 2010-01-26T17:13:01Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e856c34
- Parents:
- c888102
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs_ops.c
rc888102 r4557462 424 424 /* Initialize TMPFS instance. */ 425 425 if (!tmpfs_instance_init(dev_handle)) { 426 free(opts); 426 427 ipc_answer_0(rid, ENOMEM); 427 428 return; … … 442 443 rootp->lnkcnt); 443 444 } 445 free(opts); 444 446 } 445 447
Note:
See TracChangeset
for help on using the changeset viewer.