trick/trick_source/sim_services/InputProcessor
Alex Lin ff39984568 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 10:44:27 -06:00
..
docs Standardize directory names 2015-06-09 08:44:42 -05:00
input_processor_ext.cpp Input processor crashes if second event with same name is created 2015-12-02 10:44:27 -06:00
InputProcessor.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
IPPython.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
IPPythonEvent.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
Makefile Standardize directory names 2015-06-09 08:44:42 -05:00
Makefile_deps Standardize directory names 2015-06-09 08:44:44 -05:00
MTV_c_intf.cpp Standardize directory names 2015-06-09 08:44:42 -05:00
MTV.cpp Standardize directory names 2015-06-09 08:44:42 -05:00