Fix memory leak.

git-svn-id: svn://localhost/ardour2/branches/3.0@5806 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington
2009-10-19 17:44:20 +00:00
parent 09ec342926
commit 918fb68a03

View File

@@ -99,6 +99,7 @@ Port::get_connections (std::vector<std::string> & c) const
c.push_back (jc[i]);
++n;
}
free (jc);
}
return n;