mirror of
https://review.haiku-os.org/haiku
synced 2025-02-22 13:38:56 +01:00
Previously it was possible that we put() them twice, leading to assert-failure panics as their ref-counts would go below 0. Now we get() them once for every bus object that we create, as the destructors put() them. Should fix the panic in #15004.