传递了NULL指针:如果传递给 g_object_unref 的对象是 NULL,那么 g_is_object 会返回 FALSE,因为 NULL 显然不是一个有效的对象。 传递了非GObject指针:如果传递的是一个非 GObject 类型的指针,同样会导致断言失败。 对象已被销毁:如果对象在调用 g_object_unref 之前已经被销毁(例如,通过其他途径将其引用计数减...
sgallagheradded this to the1.1.1milestoneMar 15, 2018 sgallagherself-assigned thisMar 15, 2018 sgallagheradded a commit to sgallagher/libmodulemd that referenced this issueMar 15, 2018 NULL-check before freeing set in _parse_modulemd_filters… ...