mirror of
https://review.haiku-os.org/haiku
synced 2025-02-13 17:19:10 +01:00
- Since BasicTargetInterface is a BReferenceable, we must not create it on the stack, else it will be destroyed while others still have references to it. Fixes various random crashes, though most frequently observable when typecasting with more complex types.