Fix double-free introduced by leak plug
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.
Showing
Please register or sign in to comment