https://gitlab.opengeosys.org/ogs/ogs.git
Revision 2d89680bdeb9fc9568785b0d45b2c2c775ea9033 authored by Thomas Fischer on 15 October 2021, 06:37:47 UTC, committed by Dmitri Naumov on 15 October 2021, 19:53:24 UTC
Pointer to vector of Point's wasn't cleaned up properly.

In rotatePolygonToXY a pointer to the vector of
polygon points was created. The rotated polygon is
on this vector. When the polygon is returned from
the function it isn't possible to cleanup the vector
properly. So the creation of the polygon is move to
the function markNodesOutSideOfPolygon.
1 parent 2c8f206
History
Tip revision: 2d89680bdeb9fc9568785b0d45b2c2c775ea9033 authored by Thomas Fischer on 15 October 2021, 06:37:47 UTC
[GL/MGTL] Cleanup Pointer to vector of Point's.
Tip revision: 2d89680
File Mode Size
archetypes
assets
config
content
data
layouts
static
themes
.clang-format -rw-r--r-- 40 bytes
.gitignore -rw-r--r-- 298 bytes
.linksrc.json -rw-r--r-- 272 bytes
.node-version -rw-r--r-- 3 bytes
config.yaml -rw-r--r-- 215 bytes
package.json -rw-r--r-- 740 bytes
tailwind.config.js -rw-r--r-- 812 bytes
yarn.lock -rw-r--r-- 47.0 KB

back to top