serivesmejia / EOCV-Sim

FTC Library EasyOpenCV simulator for testing vision pipelines in a computer
MIT License
12 stars 8 forks source link

Fix MatRecycler crashes #26

Closed henopied closed 3 years ago

henopied commented 3 years ago

This finalize override caused the sim to crash with random native errors for reasons that I do not fully comprehend. Regardless, this shouldn't even be necessary because the gc already handles deleting the native objects.

serivesmejia commented 3 years ago

Thanks!