Files
waybar/src
Sasha Moak a9c9f1d705 fix(wireplumber): free(): invalid pointer
When freeing the `default_node_name_` pointer using `free`, the `&`
operator was used to try to free the reference rather than the pointer.
This caused a core dump. In order to fix this, the pointer is freed
instead (ie the `&` operator is no longer used).
2023-01-31 17:56:58 -08:00
..
2022-10-19 13:25:08 +02:00
2022-04-06 08:37:19 +02:00
2022-04-06 08:37:19 +02:00
2022-09-07 10:33:57 +02:00
2023-01-24 14:53:49 -05:00
2022-04-06 08:37:19 +02:00
2022-04-06 08:37:19 +02:00