Skip to content
  • Henrik Gramner's avatar
    cli: Refactor filter option parsing · 0082b717
    Henrik Gramner authored
    The old code contained a whole bunch of memory leaks, unchecked mallocs,
    sections of dead code, etc. and was generally overly complex.
    
    Also consolidate some memory allocations into a single one.
    0082b717