• Dridi Boukelmoune's avatar
    Fix double-free introduced by leak plug · 02a9d3d4
    Dridi Boukelmoune authored
    Once all instances of a given test are started all of the remaining
    tests would free the test data structure, we needed another counter
    to keep track of ongoing tests so that only the last one to finish
    would do the single free.
    02a9d3d4
vtc_main.c 17.7 KB