Skip to content
Snippets Groups Projects
Forked from ogs / ogs
Source project has a limited visibility.
  • Tom Fischer's avatar
    2d89680b
    [GL/MGTL] Cleanup Pointer to vector of Point's. · 2d89680b
    Tom Fischer authored and Dmitri Naumov's avatar Dmitri Naumov committed
    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.
    2d89680b
    History
    [GL/MGTL] Cleanup Pointer to vector of Point's.
    Tom Fischer authored and Dmitri Naumov's avatar Dmitri Naumov committed
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.