Changeset cb20b05 in mainline for uspace/lib/c/generic/async/ports.c


Ignore:
Timestamp:
2025-06-20T18:59:27Z (37 hours ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
5caad1d
Parents:
ca48672
Message:

Fix missing argument when destroying async port.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/async/ports.c

    rca48672 rcb20b05  
    208208{
    209209        /* Destroy interfaces */
    210         hash_table_apply(&port->interface_hash_table, destroy_if, NULL);
     210        hash_table_apply(&port->interface_hash_table, destroy_if, port);
    211211
    212212        hash_table_destroy(&port->interface_hash_table);
Note: See TracChangeset for help on using the changeset viewer.