Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `CSLAddString` function takes a `char *`, not a `const char *`, which may turn into an error on new GCC. It also allocates a new array when given `NULL`, which is _copied_ by `OSRSetPROJSearchPaths`, so it is leaked.
- Loading branch information