cwSvgScoreFollow.cpp : Set initial value on 'pn' _create_perf_array()
This commit is contained in:
parent
f341f541f6
commit
7ed1c40674
@ -540,7 +540,7 @@ namespace cw
|
|||||||
|
|
||||||
assert( rn != nullptr );
|
assert( rn != nullptr );
|
||||||
|
|
||||||
ssf_perf_note_t* pn;
|
ssf_perf_note_t* pn = nullptr;
|
||||||
|
|
||||||
if((rc = _setup_perf_note(p,rn->ref,rn,rn0,midiA+muid,pn)) != kOkRC )
|
if((rc = _setup_perf_note(p,rn->ref,rn,rn0,midiA+muid,pn)) != kOkRC )
|
||||||
goto errLabel;
|
goto errLabel;
|
||||||
|
Loading…
Reference in New Issue
Block a user