13
0

Fix uninitialised variable causing garbage output from panners in some cases.

git-svn-id: svn://localhost/ardour2/branches/3.0@12515 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2012-05-31 20:58:29 +00:00
parent a6786a6dd2
commit 1db2be2fef

View File

@ -28,6 +28,7 @@ using namespace std;
using namespace ARDOUR;
Panner::Panner (boost::shared_ptr<Pannable> p)
: _frozen (0)
{
// boost_debug_shared_ptr_mark_interesting (this, "panner");
_pannable = p;