Skip to content

background: Fix crash if a BgRecentSource is unreffed during an async operation

The BG_RECENT_SOURCE (user_data) call was done before it was checked if is was cancelled. At this point user_data is pointing to an object that has been deleted.

Fixes #729 (closed)

Merge request reports