Skip to content

Commit

Permalink
QgsGrass::vectDestroyMapStruct(): remove useless assignment to nullpt…
Browse files Browse the repository at this point in the history
…r (this is an argument to the method)
  • Loading branch information
rouault committed May 29, 2020
1 parent c3acfe3 commit cb99909
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/providers/grass/qgsgrass.cpp
Expand Up @@ -2867,7 +2867,6 @@ void QgsGrass::vectDestroyMapStruct( struct Map_info *map )
// call G_fatal_error, otherwise check and remove use of vectDestroyMapStruct from G_CATCH blocks
QgsDebugMsg( QString( "free map = %1" ).arg( ( quint64 )map ) );
qgsFree( map );
map = nullptr;
}

void QgsGrass::sleep( int ms )
Expand Down

0 comments on commit cb99909

Please sign in to comment.