|
@@ -400,7 +400,7 @@ int pj_print_proj_params(struct pj_info *iproj, struct pj_info *oproj)
|
|
if (str != NULL) {
|
|
if (str != NULL) {
|
|
fprintf(stderr, "%s: %s\n", _("Input Projection Parameters"),
|
|
fprintf(stderr, "%s: %s\n", _("Input Projection Parameters"),
|
|
str);
|
|
str);
|
|
- G_free(str);
|
|
|
|
|
|
+ pj_free(str);
|
|
fprintf(stderr, "%s: %.16g\n", _("Input Unit Factor"),
|
|
fprintf(stderr, "%s: %.16g\n", _("Input Unit Factor"),
|
|
iproj->meters);
|
|
iproj->meters);
|
|
}
|
|
}
|
|
@@ -413,7 +413,7 @@ int pj_print_proj_params(struct pj_info *iproj, struct pj_info *oproj)
|
|
if (str != NULL) {
|
|
if (str != NULL) {
|
|
fprintf(stderr, "%s: %s\n", _("Output Projection Parameters"),
|
|
fprintf(stderr, "%s: %s\n", _("Output Projection Parameters"),
|
|
str);
|
|
str);
|
|
- G_free(str);
|
|
|
|
|
|
+ pj_free(str);
|
|
fprintf(stderr, "%s: %.16g\n", _("Output Unit Factor"),
|
|
fprintf(stderr, "%s: %.16g\n", _("Output Unit Factor"),
|
|
oproj->meters);
|
|
oproj->meters);
|
|
}
|
|
}
|