mirror of
https://github.com/nasa/trick.git
synced 2025-03-12 07:24:03 +00:00
If a variable resolves to a class/structure type the variable server tries to free the attributes associated with that variable name. But the attributes usually point to a fixed place in memory that is not allocated. I removed the free statement. I don't believe this will lead to a memory leak. refs #165