mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Fix: Another wrong delete
This commit is contained in:
parent
20f66fbcae
commit
4fcb4f852f
|
@ -484,9 +484,6 @@ void CSqlScore::SaveScoreThread(void *pUser)
|
|||
pData->m_pSqlData->m_pStatement->execute(aBuf);
|
||||
|
||||
dbg_msg("SQL", "Updating time done");
|
||||
|
||||
// delete results statement
|
||||
delete pData->m_pSqlData->m_pResults;
|
||||
}
|
||||
catch (sql::SQLException &e)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue