Skip to content
  • Milian Wolff's avatar
    Fix the ownership and memory leaks of MI::MICommand · 35c971ad
    Milian Wolff authored
    The test_midbus and test_gdb reported lots of memory leaks for these
    commands because we passed around raw pointers and only sometimes
    deleted them correctly.
    
    Now we use std::unique_ptr and pass those along, which guarantees
    we don't leak them ever.
    35c971ad