R_LoadSubmodels() calls R_AllocModel() to allocate a model_t* handle but fails to check the return value. Actually, it does an assert(), but that does precisely nothing in a release build.
Created attachment 1783 [details] Remove assert(), check return value and quit with an error if NULL
Fixed in r1405.
Created attachment 1783 [details] Remove assert(), check return value and quit with an error if NULL