Test case for #674

pull/13383/head
James Bowman 14 years ago
parent 5d0d485fd9
commit 06b06d5f85
  1. 4
      tests/python/leak3.py

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