Skip to content

Commit

Permalink
Remove manually released resources
Browse files Browse the repository at this point in the history
  • Loading branch information
hxbb00 authored Jan 7, 2025
1 parent 1fc0353 commit 767ed0e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/core/providers/ogr/qgsogrproviderconnection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,6 @@ QVariantList QgsOgrProviderResultIterator::nextRowInternal()
}
}
}
else
{
// Release the resources
GDALDatasetReleaseResultSet( mHDS.get(), mOgrLayer );
mHDS.reset();
}
}
return row;
}
Expand Down

0 comments on commit 767ed0e

Please sign in to comment.