Hash :
d8c2b36c
Author :
Date :
2015-06-12T21:10:31
Fixed crash if allocation for touch device failed.
If the allocation of an SDL_Touch failed, the number of touch devices was still
increased. Later access of the SDL_Touch would then have dereferenced the NULL.