0001-memleak-in-v4l.patch

Andrey Gursky, 2012-08-27 02:03 am

Download (460 Bytes)

 
opencv-fixed/modules/highgui/src/cap_libv4l.cpp 2012-08-22 17:32:23.445659688 +0200
1709 1709
     }
1710 1710
#endif
1711 1711

  
1712
     free(capture->deviceName);
1712 1713
     //v4l2_free_ranges(capture);
1713 1714
     //cvFree((void **)capture);
1714 1715
   }