Hash :
032b14e7
Author :
Date :
2014-10-29T20:29:32
Fixed SDL_AddHintCallback() crashing if no more memory available. The return value of SDL_malloc() was not checked and NULL therefore not handled. Also added setting of error message for the other SDL_malloc() in this function.