summaryrefslogtreecommitdiffstats
path: root/src/server/internals/Time.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/internals/Time.cpp')
-rw-r--r--src/server/internals/Time.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/internals/Time.cpp b/src/server/internals/Time.cpp
index 0f4bdd56..2da2a2ae 100644
--- a/src/server/internals/Time.cpp
+++ b/src/server/internals/Time.cpp
@@ -45,7 +45,7 @@ TimeNode::TimeNode(InternalPlugin* plugin,
: InternalBlock(plugin, symbol, false, parent, srate)
{
const Ingen::URIs& uris = bufs.uris();
- _ports = new Raul::Array<PortImpl*>(1);
+ _ports = bufs.maid().make_managed<Ports>(1);
_notify_port = new OutputPort(
bufs, this, Raul::Symbol("notify"), 0, 1,