Carlos Quesada
Results
1
comments of
Carlos Quesada
Hi @chlubba. I confirm there's a memory leak using the R wrapper. It can be checked with the following code: ``` R library(catch22) for(ii in 1:1E6) { catch22::catch22_all(rnorm(1000)) } ```