qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.66k stars 3.02k forks source link

QgsPointsToPathsAlgorithm: fix copy&paste issue in parameter creation #59511

Closed rouault closed 1 week ago

rouault commented 1 week ago

Fixes Coverity 450635 It warns about a use-after-free, which cannot happen in that situation, but it looks very much as we have a copy&paste error here.

github-actions[bot] commented 1 week ago

🪟 Windows builds

Download Windows builds of this PR for testing. Debug symbols for this build are available here. (Built from commit 55de01f5dd83de8e7ebe4d4c652d33049160a21f)

🪟 Windows Qt6 builds

Download Windows Qt6 builds of this PR for testing. (Built from commit 55de01f5dd83de8e7ebe4d4c652d33049160a21f)