trick/trick_source/sim_services/InputProcessor/src
Alex Lin 014d78e388 Input processor crashes if second event with same name is created
When allocating a new event, if the same name is used, no allocation is
created and NULL is returned.  We start trying to use the returned value
which seg-faulted.  I added a check to only continue if the returned value
from the allocation is not NULL.

refs #149
2015-12-02 17:09:14 -06:00
..
input_processor_ext.cpp Input processor crashes if second event with same name is created 2015-12-02 17:09:14 -06:00
InputProcessor.cpp Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00
IPPython.cpp Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00
IPPythonEvent.cpp Event messages not printing 2015-04-06 08:19:16 -05:00
makefile Initial commit of everything. 2015-02-26 09:02:31 -06:00
MTV_c_intf.cpp Initial commit of everything. 2015-02-26 09:02:31 -06:00
MTV.cpp Initial commit of everything. 2015-02-26 09:02:31 -06:00