mirror of
https://github.com/status-im/qzxing.git
synced 2025-02-20 22:58:21 +00:00
Dereference null pointer - fix
This commit is contained in:
parent
12a269687f
commit
eb246be44a
@ -103,7 +103,7 @@ QVideoFrame QZXingFilterRunnable::run(QVideoFrame * input, const QVideoSurfaceFo
|
||||
if(!input || !input->isValid())
|
||||
{
|
||||
//qDebug() << "[QZXingFilterRunnable] Invalid Input ";
|
||||
return * input;
|
||||
return QVideoFrame();
|
||||
}
|
||||
if(filter->isDecoding())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user