Skip to content

Commit

Permalink
Cleanup ellipsoid
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 27, 2019
1 parent 191bbd1 commit 7f95991
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/qgsellipsoidutils.cpp
Expand Up @@ -386,6 +386,8 @@ QList<QgsEllipsoidUtils::EllipsoidDefinition> QgsEllipsoidUtils::definitions()
def.parameters.valid = false;
}

proj_destroy( ellipsoid );

defs << def;
sEllipsoidCache.insert( def.acronym, def.parameters );
}
Expand Down

0 comments on commit 7f95991

Please sign in to comment.