Skip to content
  • Colin Walters's avatar
    glib/goption.c: Replace precondition with assertion · 651e3b05
    Colin Walters authored
    A static analysis run noted that we weren't freeing the cmdline in the
    error path here.  We can just make this an assertion instead; I just
    checked the kernel code, and it just usees a seq_printf() here which
    will NUL terminate.
    651e3b05