From 066a76c892c7bb10dd88f31108a59e46a7eab894 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 16 Oct 2019 21:18:26 +0200 Subject: [PATCH] - missed this part. --- source/common/textures/textures.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/common/textures/textures.h b/source/common/textures/textures.h index d4b44b5b1..ef12b0370 100644 --- a/source/common/textures/textures.h +++ b/source/common/textures/textures.h @@ -489,7 +489,7 @@ struct BuildFiles } ~BuildFiles() { - if (Placeholder) delete Placeholder; + CloseAll(); } void CloseAll();