Test case for #674

This commit is contained in:
James Bowman 2011-01-19 01:29:53 +00:00
parent 5d0d485fd9
commit 06b06d5f85

4
tests/python/leak3.py Normal file
View File

@ -0,0 +1,4 @@
import cv
while True:
cv.CreateHist([40], cv.CV_HIST_ARRAY, [[0,255]], 1)