diff --git a/tests/python/leak3.py b/tests/python/leak3.py new file mode 100644 index 0000000000..b5579f3539 --- /dev/null +++ b/tests/python/leak3.py @@ -0,0 +1,4 @@ +import cv + +while True: + cv.CreateHist([40], cv.CV_HIST_ARRAY, [[0,255]], 1)