From 15d6475b8caeb169fd2c060076738db75fc527b3 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 19 Aug 2019 20:57:07 +0200 Subject: C API: add proj_context_set_autoclose_database() to automatically close database (fixes #1565) --- src/iso19111/coordinateoperation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/iso19111/coordinateoperation.cpp') diff --git a/src/iso19111/coordinateoperation.cpp b/src/iso19111/coordinateoperation.cpp index 2dd77f1c..dc700445 100644 --- a/src/iso19111/coordinateoperation.cpp +++ b/src/iso19111/coordinateoperation.cpp @@ -10446,7 +10446,7 @@ struct FilterResults { // ... removeSyntheticNullTransforms(); if (context->getDiscardSuperseded()) - removeUninterestingOps(); + removeUninterestingOps(); removeDuplicateOps(); removeSyntheticNullTransforms(); return *this; -- cgit v1.2.3