fix another segfault
This commit is contained in:
parent
dade075dfb
commit
ebe4842ec2
|
@ -2134,7 +2134,7 @@ int LocalCamera::PostCapture()
|
||||||
return( -1 );
|
return( -1 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ( v4l2_data.bufptr ) {
|
if ( v4l2_data ) {
|
||||||
Debug( 3, "Requeueing buffer %d", v4l2_data.bufptr->index );
|
Debug( 3, "Requeueing buffer %d", v4l2_data.bufptr->index );
|
||||||
if ( vidioctl( vid_fd, VIDIOC_QBUF, v4l2_data.bufptr ) < 0 )
|
if ( vidioctl( vid_fd, VIDIOC_QBUF, v4l2_data.bufptr ) < 0 )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue