Changeset 1433ecda in mainline for uspace/app/fdisk/fdisk.c
- Timestamp:
- 2018-04-04T15:42:37Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c4e1cc
- Parents:
- 47b2d7e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/fdisk/fdisk.c
r47b2d7e3 r1433ecda 528 528 goto error; 529 529 530 530 tinput_destroy(tinput); 531 531 tinput = NULL; 532 532 } … … 977 977 if (rc != EOK) { 978 978 assert(rc == ENOMEM); 979 980 981 979 printf("Out of memory.\n"); 980 goto error; 981 } 982 982 } 983 983 }
Note:
See TracChangeset
for help on using the changeset viewer.