trick/trick_source
Alex Lin 692d962b90 Sending the variable server a variable name that lists a composite type causes core dump
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
2016-01-26 16:02:15 -06:00
..
codegen/Interface_Code_Gen configure script does not check for clang/llvm 2016-01-13 09:22:46 -06:00
data_products Unit tests failing on the Mac. 2015-11-19 14:41:18 -06:00
java Stripchart does not start with input file 2016-01-20 16:50:23 -06:00
sim_services Sending the variable server a variable name that lists a composite type causes core dump 2016-01-26 16:02:15 -06:00
trick_swig Configure script does not set up GSL correctly 2015-11-18 08:30:21 -06:00
trick_utils Delete obsolete .d files in the trick_models directory. 2015-08-31 19:24:56 -05:00
.gitignore Added rules in the makefile to include er7_utils and fermi-ware if they exist. If they don't exist then the code that depends on them will not be compiled. 2015-03-03 16:08:54 -06:00