It’s caused by a bad pointer or something like that in your code. What programming environment are you using ? I would avoid using new unless you really know what you are doing, just allocate on the stack or globally.
It’s caused by a bad pointer or something like that in your code. What programming environment are you using ? I would avoid using new unless you really know what you are doing, just allocate on the stack or globally.