Skip to content

manager: assert bolt_auth_new returns a new object

Christian Kellner requested to merge bolt_auth_assertion into master

bolt_auth_new is a wrapper around g_object, which should always return a new object. The static analysis tool of clang keep complaining about it. An added assertion should keep it happy.

Merge request reports