From a054212abbdb26e03ca42c91d0c86819d445bc5f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 19 Sep 2007 20:21:12 +0000 Subject: Fix various serialization problems. git-svn-id: http://svn.drobilla.net/lad/ingen@731 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/Port.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libs/engine/Port.cpp') diff --git a/src/libs/engine/Port.cpp b/src/libs/engine/Port.cpp index 0a4c9f06..bcf47e90 100644 --- a/src/libs/engine/Port.cpp +++ b/src/libs/engine/Port.cpp @@ -53,6 +53,8 @@ Port::~Port() { for (uint32_t i=0; i < _poly; ++i) delete _buffers->at(i); + + delete _buffers; } -- cgit v1.2.1