From 8de29737f179ebe31d60e8636a7222617408900f Mon Sep 17 00:00:00 2001 From: Ketmar Dark Date: Fri, 18 Oct 2019 06:17:42 +0300 Subject: [PATCH] net: call sfs gc collect in resource downloader --- src/game/g_res_downloader.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game/g_res_downloader.pas b/src/game/g_res_downloader.pas index d67dc4c..43a6087 100644 --- a/src/game/g_res_downloader.pas +++ b/src/game/g_res_downloader.pas @@ -358,6 +358,7 @@ var begin result := ''; clearReplacementWads(); + sfsGCCollect(); // why not? g_Res_CreateDatabases(); try -- 2.29.2