delete videocapture
Hi all,
I'm using OpenCV 2.42. If I initialize a VideoCapture object on the stack, all is good. However if I try:
VideoCapture *x = new VideoCapture();
delete x;
It crashes when I delete x. Any ideas what I've done wrong?
Thanks!
interesting .. but i can't reproduce on win/2.4.2 or 2.4.9