Skip to content

calendar-monitor: Fix critical in finalize

Michael Catanzaro requested to merge mcatanzaro/gthread-join into master

self->thread can be NULL if gcal_calendar_monitor_set_range() was never called prior to finalize. This is fine, so just check for NULL here using g_clear_pointer().

Merge request reports