Add reference counting to IDatabase (bug 5876 part 2, r=ds).
--HG-- extra : rebase_source : 9fef982c3923a2f5cb842b3b8a5cca235ef9c6b9
This commit is contained in:
@@ -131,7 +131,6 @@ TQueryOp::TQueryOp(enum querytype type, Cookie *cookie)
|
||||
void TQueryOp::SetDatabase(IDatabase *db)
|
||||
{
|
||||
m_database = db;
|
||||
m_database->IncReferenceCount();
|
||||
}
|
||||
|
||||
bool TQueryOp::BindParamsAndRun()
|
||||
|
||||
Reference in New Issue
Block a user