mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
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:
parent
a6786a6dd2
commit
1db2be2fef
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ using namespace std;
|
||||||
using namespace ARDOUR;
|
using namespace ARDOUR;
|
||||||
|
|
||||||
Panner::Panner (boost::shared_ptr<Pannable> p)
|
Panner::Panner (boost::shared_ptr<Pannable> p)
|
||||||
|
: _frozen (0)
|
||||||
{
|
{
|
||||||
// boost_debug_shared_ptr_mark_interesting (this, "panner");
|
// boost_debug_shared_ptr_mark_interesting (this, "panner");
|
||||||
_pannable = p;
|
_pannable = p;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue