Changeset cb20b05 in mainline for uspace/lib/c/generic/async/ports.c
- Timestamp:
- 2025-06-20T18:59:27Z (37 hours ago)
- Branches:
- master
- Children:
- 5caad1d
- Parents:
- ca48672
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/async/ports.c
rca48672 rcb20b05 208 208 { 209 209 /* Destroy interfaces */ 210 hash_table_apply(&port->interface_hash_table, destroy_if, NULL);210 hash_table_apply(&port->interface_hash_table, destroy_if, port); 211 211 212 212 hash_table_destroy(&port->interface_hash_table);
Note:
See TracChangeset
for help on using the changeset viewer.