gs 235 lib/common/mainloop.c GSource *gs = NULL; gs 241 lib/common/mainloop.c gs = (GSource *)source; gs 243 lib/common/mainloop.c if(g_source_refcount(gs) > 2) { gs 244 lib/common/mainloop.c crm_info("Trigger %p is still referenced %u times", gs, g_source_refcount(gs)); gs 247 lib/common/mainloop.c g_source_destroy(gs); /* Remove from mainloop, ref_count-- */ gs 248 lib/common/mainloop.c g_source_unref(gs); /* The caller no longer carries a reference to source