Skip to content
  • Christian Kellner's avatar
    test: fix various small memory leaks · c4e35871
    Christian Kellner authored
    Add missing g_clear_pointer / g_clear_object calls when a pointer
    was re-used during the tests. In MockSysfs, free the force-power
    path. In test-glue, use g_autoptr for all allocated GParamSpecs.
    c4e35871