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:
Diffstat (limited to 'intern/ghost/test/multitest/MultiTest.c')
-rw-r--r--intern/ghost/test/multitest/MultiTest.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/intern/ghost/test/multitest/MultiTest.c b/intern/ghost/test/multitest/MultiTest.c
index 2d0afcf671c..e9d5880651e 100644
--- a/intern/ghost/test/multitest/MultiTest.c
+++ b/intern/ghost/test/multitest/MultiTest.c
@@ -931,11 +931,13 @@ void multitestapp_free(MultiTestApp *app)
int main(int argc, char **argv)
{
+ MultiTestApp *app;
+
#ifndef USE_BMF
BLF_init(11, 72);
#endif
- MultiTestApp *app = multitestapp_new();
+ app = multitestapp_new();
multitestapp_run(app);
multitestapp_free(app);