[libcamera-devel,v1,0/2] Buffer cleanup fixes
mbox series

Message ID 20221028115200.8138-1-naush@raspberrypi.com
Headers show
Series
  • Buffer cleanup fixes
Related show

Message

Naushir Patuck Oct. 28, 2022, 11:51 a.m. UTC
Hi,

This patch addresses the issue I talked about in an earlier email [1]. The fixes
are pretty trivial, one patch for the RPi pipeline handler, and another for
the V4L2VideoDevice class.

Thanks,
Naush

[1] https://lists.libcamera.org/pipermail/libcamera-devel/2022-October/035224.html

Naushir Patuck (2):
  libcamera: v4l2_videodevice: Guard against releasing unallocated
    buffers
  pipeline: raspberrypi: Do not unconditionally free buffers on close

 src/libcamera/pipeline/raspberrypi/raspberrypi.cpp | 3 ++-
 src/libcamera/v4l2_videodevice.cpp                 | 3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)