summaryrefslogtreecommitdiffstats
path: root/src/libs/module/global.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/module/global.cpp')
-rw-r--r--src/libs/module/global.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/module/global.cpp b/src/libs/module/global.cpp
index 21c36575..a8a2720d 100644
--- a/src/libs/module/global.cpp
+++ b/src/libs/module/global.cpp
@@ -50,8 +50,8 @@ get_world()
world->lv2_features = new LV2Features();
slv2_world_load_all(world->slv2_world);
#endif
- world->engine = NULL;
- world->local_engine = NULL;
+ world->engine.reset();
+ world->local_engine.reset();
}
return world;