fixed a crash-on-load bug in clientprefs

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402420
This commit is contained in:
David Anderson 2008-07-16 02:48:50 +00:00
parent 3ed5d1e8d7
commit 463cfb0015

View File

@ -66,7 +66,6 @@ void TQueryOp::RunThinkPart()
case Query_CreateTable:
{
m_pQuery->Destroy();
delete m_pQuery;
m_pQuery = NULL;
break;
}