mirror of
https://github.com/nasa/trick.git
synced 2025-05-23 02:34:10 +00:00
Duplicating change from 15.1.1. 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