services/pipewire: manage default objs using normal qt properties

Fixes use after free bugs due to pointer mismatches in destructors.
Drops SimpleObjectHandle.
This commit is contained in:
bbedward 2026-02-13 17:54:43 -05:00 committed by outfoxxed
parent c3c3e2ca25
commit 36517a2c10
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
4 changed files with 83 additions and 75 deletions

View file

@ -48,6 +48,7 @@ set shell id.
- Fixed memory leak in IPC handlers.
- Fixed ClippingRectangle related crashes.
- Fixed crashes when monitors are unplugged.
- Fixed crashes when default pipewire devices are lost.
## Packaging Changes