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

View File

@ -501,6 +501,8 @@ _exit_:
comp[6] = s1;
comp[7] = s2;
comp[8] = 0;
cvReleaseMemStorage(&st);
}