forked from ondra/colnod-connector
[=] in lambda again ( removed references )
This commit is contained in:
parent
e60ba77d45
commit
2d77736648
@ -62,7 +62,7 @@ bool ColnodAPI::downloadData(const qint64 &time)
|
||||
auto data = std::make_shared<Data>();
|
||||
int dataCount = 0;
|
||||
|
||||
auto checkData = [&dataCount, &data, this]() {
|
||||
auto checkData = [=]() {
|
||||
qDebug() << "check data" << dataCount;
|
||||
// FIX: Problem with ASSERT: "dataCount < 5" -> datacount sometime -> 32677 ( bad memory allocation )
|
||||
// Not possible to pinpoint memory problem.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user