Skip to content

tests: Add missing NULL terminator to g_object_new

Benjamin Berg requested to merge benzea/fix-null-termination into master

The g_object_new call had a NULL argument for a property. This meant that the compiler could not warn about the lack of NULL termination for the argument list.

Add the missing NULL termination.

Merge request reports