Fix memory leak.
git-svn-id: svn://localhost/ardour2/branches/3.0@5806 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -99,6 +99,7 @@ Port::get_connections (std::vector<std::string> & c) const
|
||||
c.push_back (jc[i]);
|
||||
++n;
|
||||
}
|
||||
free (jc);
|
||||
}
|
||||
|
||||
return n;
|
||||
|
||||
Reference in New Issue
Block a user