mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
Free memory
This commit is contained in:
parent
cf7c1934f8
commit
f7ea50ef3b
1 changed files with 4 additions and 2 deletions
|
@ -1365,9 +1365,11 @@ int EntityTree::processEditPacketData(ReceivedMessage& message, const unsigned c
|
|||
// // 3. Kickoff a 10-second timeout timer that deletes the entity if we don't get an ownership response in time
|
||||
//}
|
||||
} else {
|
||||
//qCDebug(entities) << "Call to proof_of_purchase_status endpoint failed; deleting entity" << entityItemID;
|
||||
//deleteEntity(entityItemID, true);
|
||||
qCDebug(entities) << "Call to proof_of_purchase_status endpoint failed; deleting entity" << entityItemID;
|
||||
deleteEntity(entityItemID, true);
|
||||
}
|
||||
|
||||
networkReply->deleteLater();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue