Skip to content

media-player: Don't forget to init cancellable

Guido Günther requested to merge guidog/phosh:media-player-poller-cancel into main

Otherwise cancelling will have no effect and we might end up accessing free'd memory.

Fixes 2ca14878 ("media-player: Use MPRIS manager") Closes: #1234 (closed)

Likely fixes the issue as the error in the bt is NULL so we didn't cancel and hit already free'd memory.

Signed-off-by: Guido Günther agx@sigxcpu.org

Merge request reports

Loading