Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@blender.org>2021-11-16 15:10:35 +0300
committerSybren A. Stüvel <sybren@blender.org>2021-11-16 15:10:35 +0300
commit12a986c9b586ae555ea3f9b6b4456b29d587d2aa (patch)
tree81f49d38ca73385361ed0edb21725e05d9a29f3a /source/blender/blenloader/tests
parent7da714f387d6708f844fd9ab7fa552283a173877 (diff)
parentc7a1e115b5071ae55db4aa66085d19c183ea325d (diff)
Merge remote-tracking branch 'origin/blender-v3.0-release'
Diffstat (limited to 'source/blender/blenloader/tests')
-rw-r--r--source/blender/blenloader/tests/blendfile_loading_base_test.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/blenloader/tests/blendfile_loading_base_test.cc b/source/blender/blenloader/tests/blendfile_loading_base_test.cc
index f06f6f7d329..a4a5ced070d 100644
--- a/source/blender/blenloader/tests/blendfile_loading_base_test.cc
+++ b/source/blender/blenloader/tests/blendfile_loading_base_test.cc
@@ -48,6 +48,8 @@
#include "WM_api.h"
#include "wm.h"
+#include "GHOST_Path-api.h"
+
#include "CLG_log.h"
void BlendfileLoadingBaseTest::SetUpTestCase()
@@ -92,6 +94,7 @@ void BlendfileLoadingBaseTest::TearDownTestCase()
RNA_exit();
DEG_free_node_types();
+ GHOST_DisposeSystemPaths();
DNA_sdna_current_free();
BLI_threadapi_exit();