mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-15 16:35:06 +03:00
libcamera: pipeline: ipu3: Fix mis-aligned comment
Fixes: 2fac95b400
("libcamera: pipeline: ipu3: Ensure that IPU3Frames::info is not used after delete")
Signed-off-by: Umang Jain <umang.jain@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
258c74819a
commit
abbc4bd11b
1 changed files with 3 additions and 3 deletions
|
@ -1361,9 +1361,9 @@ void IPU3CameraData::statBufferReady(FrameBuffer *buffer)
|
|||
info->metadataProcessed = true;
|
||||
|
||||
/*
|
||||
* tryComplete() will delete info if it completes the IPU3Frame.
|
||||
* In that event, we must have obtained the Request before hand.
|
||||
*/
|
||||
* tryComplete() will delete info if it completes the IPU3Frame.
|
||||
* In that event, we must have obtained the Request before hand.
|
||||
*/
|
||||
Request *request = info->request;
|
||||
|
||||
if (frameInfos_.tryComplete(info))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue