1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

fixed memory leaks in floodfill tests

(cherry picked from commit d1b882ddcf)
This commit is contained in:
Ilya Lavrenov
2015-08-15 10:09:31 +03:00
committed by Alexander Smorkalov
parent bf94e6a91c
commit ba3b902da7
+2
View File
@@ -501,6 +501,8 @@ _exit_:
comp[6] = s1;
comp[7] = s2;
comp[8] = 0;
cvReleaseMemStorage(&st);
}