Refactored users of M_ReadFile to use M_ReadFileCLib instead. Fixed jDoom: Memory leak in SV_v19_LoadGame - if the saved game is determined to be from an unsupported version this routine would abort without releasing buffered copy of the file. Removed M_ReadFile from the public API. Renamed M_ReadFileCLib to M_ReadFile. Removed W_CacheLumpName from the public API.
Refactored users of M_ReadFile to use M_ReadFileCLib instead.
Fixed jDoom: Memory leak in SV_v19_LoadGame - if the saved game is determined to be from an unsupported version this routine would abort without releasing buffered copy of the file.
Removed M_ReadFile from the public API.
Renamed M_ReadFileCLib to M_ReadFile.
Removed W_CacheLumpName from the public API.