mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 23:17:46 +01:00
VST3: Fix uninitialized variable, likely fixes #8460
This commit is contained in:
parent
4a8e9f28f3
commit
0d8f4eb95a
1 changed files with 1 additions and 0 deletions
|
|
@ -891,6 +891,7 @@ ROMStream::ROMStream (IBStream& src, TSize offset, TSize size)
|
|||
: _stream (src)
|
||||
, _offset (offset)
|
||||
, _size (size)
|
||||
, _pos (size)
|
||||
{
|
||||
_stream.addRef ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue