mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 19:04:32 +02:00
Fixed double free crash
This commit is contained in:
parent
718b8f7eb9
commit
fa2a60448b
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ bool FstReader::send() {
|
|||
}
|
||||
|
||||
AccountManager::getInstance().authenticatedRequest(MODEL_URL, QNetworkAccessManager::PostOperation, JSONCallbackParameters(), QByteArray(), _dataMultiPart);
|
||||
_dataMultiPart = NULL;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue