Skip to content

gio overrides: emit a warning when creating various dbus types without a constructor. Fixes #15

We zero slice allocate them and the boxed copy/free functions don't handle that. They just use ref counting which leads to double free because we start with a zero refcount and the free funcs use g_free() while we allocate it with g_slice_alloc().

Merge request reports