Skip to content

Commit

Permalink
Don't repack on layer unload
Browse files Browse the repository at this point in the history
It's already done on save
It cause a deadlock in invalidateConnections for the Atlas and BlendModeTest
Followup 7d7cdcd
  • Loading branch information
m-kuhn committed May 28, 2015
1 parent df4716b commit eee1ce1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/providers/ogr/qgsogrprovider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -455,8 +455,6 @@ QgsOgrProvider::~QgsOgrProvider()
OGR_DS_ReleaseResultSet( ogrDataSource, ogrLayer );
}

repack();

if ( ogrDataSource )
{
OGR_DS_Destroy( ogrDataSource );
Expand Down

0 comments on commit eee1ce1

Please sign in to comment.