mirror of
https://github.com/nasa/trick.git
synced 2025-03-10 22:44:25 +00:00
Found a side effect of SWIG's "compactdefaultargs". It highlighted an error we had in creating the data_record group in our ball sim. We did not release the memory from python and it was causing a double free at exit. refs #176