Skip to content

Remove unnecessary checks when using g_cancellable_cancel.

g_cancellable_cancel works fine if the cancellable is NULL or already cancelled.

Merge request reports