When I am running a program, I occasionally crash, not every time.
I used something from qt inside, stopping in the fmemory:: free function every time.
I suspect there is a problem with the roll, but the code here is very simple. I don’t know if it’s QString or QStringlist.
I am sure there is no problem with the AddFile function.
Interestingly, if I were to run in debug mode, add breakpoints here, and slowly execute one function after another, it would not have any problems.
Does anyone know why this is?