Fix: Another wrong delete

This commit is contained in:
def 2014-02-03 13:00:35 +01:00
parent 20f66fbcae
commit 4fcb4f852f

View file

@ -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)
{