tic: Fix dangling pointer in immedhook function
Pointer 'str_table' which is a field of the structure 'termtype' freed at tic.c:296 is not overwritten. Add set to NULL.
Found by RASU JSC.
Pointer 'str_table' which is a field of the structure 'termtype' freed at tic.c:296 is not overwritten. Add set to NULL.
Found by RASU JSC.