aboutsummaryrefslogtreecommitdiff
path: root/src/apps/proj.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/apps/proj.cpp')
-rw-r--r--src/apps/proj.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apps/proj.cpp b/src/apps/proj.cpp
index c9bd8950..8bfd99a3 100644
--- a/src/apps/proj.cpp
+++ b/src/apps/proj.cpp
@@ -562,7 +562,7 @@ int main(int argc, char **argv) {
}
if( Proj )
- pj_free(Proj);
+ proj_destroy(Proj);
exit(0); /* normal completion */
}