Skip to content

Fix M_FindResponseFile returning garbage data

SteelT requested to merge SteelT/SRB2:responsefile-fix into master

With the help of @MonsterIestyn, it was found out that M_FindResponseFile would return garbage data. Due to memory being freed earlier than intended.

Merge request reports