From 06b06d5f858fdc7c5d8726d331ad49927d4af799 Mon Sep 17 00:00:00 2001 From: James Bowman Date: Wed, 19 Jan 2011 01:29:53 +0000 Subject: [PATCH] Test case for #674 --- tests/python/leak3.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/python/leak3.py 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) -- 2.34.1