Skip to content

Commit

Permalink
msWCSSetFormatParams20(): correctly pair msFree() with msMalloc()
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Dec 16, 2014
1 parent 8c3dc41 commit 6f1b34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapwcs20.c
Original file line number Diff line number Diff line change
Expand Up @@ -4029,7 +4029,7 @@ static int msWCSSetFormatParams20(outputFormatObj* format, char** format_options
return MS_FAILURE;
}

CPLFree(key);
msFree(key);

/* fetch next option */
format_option = format_options[++i];
Expand Down

0 comments on commit 6f1b34a

Please sign in to comment.