Remove free preview data
This commit is contained in:
@@ -125,7 +125,7 @@ void DeviceManager::timerEvent(QTimerEvent *event) {
|
||||
if (!data) return;
|
||||
QByteArray bytes =QByteArray::fromRawData(data,140*140);
|
||||
TRIGGER_EVENT(GUIEvents::ResponsePreviewData, nullptr, (QObject*)(&bytes));
|
||||
delete [] data;
|
||||
// delete [] data;
|
||||
}
|
||||
|
||||
} else{
|
||||
|
||||
Reference in New Issue
Block a user