Fixed clientprefs race condition on first run (bug 3294, r=pred).

This commit is contained in:
David Anderson
2008-10-05 01:09:58 -05:00
parent 04b7b7b9ff
commit 4e7000368f
3 changed files with 49 additions and 82 deletions
-12
View File
@@ -63,13 +63,6 @@ void TQueryOp::RunThinkPart()
break;
}
case Query_CreateTable:
{
m_pQuery->Destroy();
m_pQuery = NULL;
break;
}
default:
{
break;
@@ -241,11 +234,6 @@ void TQueryOp::SetPreparedQuery()
}
}
void TQueryOp::SetCustomPreparedQuery(IPreparedQuery *query)
{
m_pQuery = query;
}
ParamData::~ParamData()
{
if (cookie)