lit-robotics / libcamera-rs

Experimental Rust bindings for libcamera
Apache License 2.0
46 stars 15 forks source link

Fix framebuffer deallocation #28

Closed chemicstry closed 1 year ago

chemicstry commented 1 year ago

Previous framebuffer deallocation implementation was wrong and free'd each allocated buffer causing double frees. Not sure how I missed that with valgrind.

Now framebuffers are deallocated once per stream.