mirror of
https://github.com/opencv/opencv.git
synced 2026-09-13 13:55:39 -05:00
Test case for #674
This commit is contained in:
4
tests/python/leak3.py
Normal file
4
tests/python/leak3.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import cv
|
||||
|
||||
while True:
|
||||
cv.CreateHist([40], cv.CV_HIST_ARRAY, [[0,255]], 1)
|
||||
Reference in New Issue
Block a user