diff options
Diffstat (limited to 'src/server/GraphImpl.cpp')
-rw-r--r-- | src/server/GraphImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/GraphImpl.cpp b/src/server/GraphImpl.cpp index f9c0e767..a6e35123 100644 --- a/src/server/GraphImpl.cpp +++ b/src/server/GraphImpl.cpp @@ -85,7 +85,7 @@ GraphImpl::duplicate(Engine& engine, // We need a map of port duplicates to duplicate arcs typedef std::unordered_map<PortImpl*, PortImpl*> PortMap; PortMap port_map; - + // Add duplicates of all ports dup->_ports = new Raul::Array<PortImpl*>(num_ports(), NULL); for (Ports::iterator p = _inputs.begin(); p != _inputs.end(); ++p) { |