Commit 032b14e7b6667f6b6e1660c25c62dcb684b9cf93

Philipp Wiesemann 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.