mirror of
https://gitlab.com/spaceti-app/integrations/acs/colnod-connector.git
synced 2026-07-12 14:20:46 +02:00
[=] 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>();
|
auto data = std::make_shared<Data>();
|
||||||
int dataCount = 0;
|
int dataCount = 0;
|
||||||
|
|
||||||
auto checkData = [&dataCount, &data, this]() {
|
auto checkData = [=]() {
|
||||||
qDebug() << "check data" << dataCount;
|
qDebug() << "check data" << dataCount;
|
||||||
// FIX: Problem with ASSERT: "dataCount < 5" -> datacount sometime -> 32677 ( bad memory allocation )
|
// FIX: Problem with ASSERT: "dataCount < 5" -> datacount sometime -> 32677 ( bad memory allocation )
|
||||||
// Not possible to pinpoint memory problem.
|
// Not possible to pinpoint memory problem.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user