mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
Fix uninitialized members.
This commit is contained in:
parent
ddb7cc6d66
commit
82be2325d9
1 changed files with 2 additions and 0 deletions
|
|
@ -67,6 +67,8 @@ FileSource::FileSource (Session& session, DataType type, const string& path, con
|
|||
FileSource::FileSource (Session& session, const XMLNode& node, bool /*must_exist*/)
|
||||
: Source (session, node)
|
||||
, _file_is_new (false)
|
||||
, _channel (0)
|
||||
, _open (false)
|
||||
{
|
||||
/* this setting of _path is temporary - we expect derived classes
|
||||
to call ::init() which will actually locate the file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue