raspberrypi / picamera2

New libcamera based python library
BSD 2-Clause "Simplified" License
852 stars 180 forks source link

Fix EGL related memory leak #981

Closed davidplowman closed 6 months ago

davidplowman commented 6 months ago

Some textures and context were not being cleaned up, apparently.

Also add a test for this.