Skip to content

Commit

Permalink
Free pszTmpFilters
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika authored and github-actions[bot] committed Oct 12, 2023
1 parent 4221e9f commit a16263b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mapogcsld.c
Expand Up @@ -5427,6 +5427,7 @@ char *msSLDGetFilter(classObj *psClass, const char *pszWfsFilter) {
pszFilter = msStrdup(pszTmp);
}
free(pszTmp);
free(pszTmpFilters);
}
} else if (psClass->expression.type == MS_REGEX) {
if (psClass->layer && psClass->layer->classitem &&
Expand Down

0 comments on commit a16263b

Please sign in to comment.