Kaydet (Commit) 28db7916 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1267628 Resource leak in object

Change-Id: I90e36c7af58638e57296dc4776fbd86beff3d101
üst fae0953f
......@@ -644,12 +644,11 @@ OEvoabResultSet::OEvoabResultSet( OCommonStatement* pStmt, OEvoabConnection *pCo
REGISTER_PROP( PROPERTY_ID_RESULTSETCONCURRENCY, m_nResultSetConcurrency );
}
OEvoabResultSet::~OEvoabResultSet()
{
delete m_pVersionHelper;
}
void OEvoabResultSet::construct( const QueryData& _rData )
{
ENSURE_OR_THROW( _rData.getQuery(), "internal error: no EBookQuery" );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment