Fix some LGTM warnings (#949)

This commit is contained in:
Murat Seker
2020-08-08 12:59:40 +02:00
committed by GitHub
parent 1df0e9ce17
commit 5758b19cbc
7 changed files with 14 additions and 14 deletions

View File

@@ -39,7 +39,6 @@ GrabberWrapper::GrabberWrapper(QString grabberName, Grabber * ggrabber, unsigned
GrabberWrapper::~GrabberWrapper()
{
stop();
Debug(_log,"Close grabber: %s", QSTRING_CSTR(_grabberName));
}