fixed memory leaks in floodfill tests

pull/5335/head
Ilya Lavrenov 9 years ago committed by Dikay900
parent 2a8ef1d065
commit 7eba9055e0
  1. 2
      modules/imgproc/test/test_floodfill.cpp

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

Loading…
Cancel
Save