Skip to content

gs-extras-page: Fix possible memory leak

Milan Crha requested to merge wip/small_leaks into main

In case the string contains multiple fields of the same name, use only the first value and ignore the others. This had been discovered by a Coverity Scan.

Merge request reports