diff options
| -rw-r--r-- | src/cct.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -308,6 +308,7 @@ int main(int argc, char **argv) { if (stdout != fout) fclose (fout); free (o); + free (buf); return 0; } |
![]() |
index : PROJ | |
| Forked from https://github.com/OSGeo/PROJ | Oskari Timperi |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | src/cct.c | 1 |
@@ -308,6 +308,7 @@ int main(int argc, char **argv) { if (stdout != fout) fclose (fout); free (o); + free (buf); return 0; } |