GIT
/
REPO
/
FRED-BOY
Projects
/
d2df-sdl.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d7452d
)
net: call sfs gc collect in resource downloader
author
Ketmar Dark <ketmar@ketmar.no-ip.org>
Fri, 18 Oct 2019 03:17:42 +0000
(06:17 +0300)
committer
Ketmar Dark <ketmar@ketmar.no-ip.org>
Fri, 18 Oct 2019 03:19:08 +0000
(06:19 +0300)
src/game/g_res_downloader.pas
patch
|
blob
|
history
diff --git
a/src/game/g_res_downloader.pas
b/src/game/g_res_downloader.pas
index d67dc4c52db84c01abb20d58eb8f3ccae120908b..43a60874b997d9d50f812922f0d40d1a09ec44c9 100644
(file)
--- 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
DEADSOFTWARE 2012-2025