FreeCAD: master 3ed720dc

Author Committer Branch Timestamp Parent
wmayer wmayer master 2021-04-25 19:58:24 master ea96f186
Changeset App: [skip ci] fix memory leaks:
Found two memory leaks in class Enumeration
* method tearDown() always ignored to free the memory of the first element
* assignment operator didn't call tearDown() when needed
mod - src/App/Enumeration.cpp Diff File