#674, fix leaks in CreateHist
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
import cv
|
||||
import math
|
||||
import time
|
||||
|
||||
while True:
|
||||
cv.CreateHist([40], cv.CV_HIST_ARRAY, [[0,255]], 1)
|
||||
h = cv.CreateHist([40], cv.CV_HIST_ARRAY, [[0,255]], 1)
|
||||
|
Reference in New Issue
Block a user