Changeset 1a1a735 in mainline for uspace/lib/mbr/libmbr.c
- Timestamp:
- 2013-07-26T18:29:51Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 903a897, 9f4650c
- Parents:
- 9bdfde73 (diff), 8559fa0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/mbr/libmbr.c
r9bdfde73 r1a1a735 590 590 list_foreach_safe(parts->list, cur_link, next) { 591 591 mbr_part_t *p = list_get_instance(cur_link, mbr_part_t, link); 592 list_remove(cur_link); 592 593 mbr_free_partition(p); 593 594 }
Note:
See TracChangeset
for help on using the changeset viewer.