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
.hooks
Applications
BaseLib
ChemistryLib
Documentation
GeoLib
InfoLib
MaterialLib
MathLib
MeshGeoToolsLib
MeshLib
NumLib
ParameterLib
ProcessLib
Tests
ThirdParty
scripts
web
.clang-format -rw-r--r-- 397 bytes
.clang-tidy -rw-r--r-- 972 bytes
.cmake-format.yaml -rw-r--r-- 3.2 KB
.codeclimate.yml -rw-r--r-- 105 bytes
.codespellexclude -rw-r--r-- 802 bytes
.codespellrc -rw-r--r-- 199 bytes
.dockerignore -rw-r--r-- 57 bytes
.editorconfig -rw-r--r-- 226 bytes
.gitattributes -rw-r--r-- 297 bytes
.gitignore -rw-r--r-- 337 bytes
.gitlab-ci.yml -rw-r--r-- 1.9 KB
.gitmodules -rw-r--r-- 246 bytes
.mailmap -rw-r--r-- 1.8 KB
.pre-commit-config.yaml -rw-r--r-- 2.2 KB
CHANGELOG.md -rw-r--r-- 30.1 KB
CMakeLists.txt -rw-r--r-- 7.3 KB
CMakePresets.json -rw-r--r-- 6.4 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.3 KB
CONTRIBUTING.md -rw-r--r-- 460 bytes
LICENSE.txt -rw-r--r-- 1.5 KB
README.md -rw-r--r-- 1.7 KB
codecov.yml -rw-r--r-- 139 bytes
config-cpp-dependencies.txt -rw-r--r-- 3.2 KB

README.md

back to top