fixed memory leaks in floodfill tests

This commit is contained in:
Ilya Lavrenov 2015-08-15 10:09:31 +03:00 committed by Dikay900
parent 2a8ef1d065
commit 7eba9055e0

View File

@ -508,6 +508,8 @@ _exit_:
comp[7] = new_val.val[2];
#endif
comp[8] = 0;
cvReleaseMemStorage(&st);
}