cwSvgScoreFollow.cpp : Set initial value on 'pn' _create_perf_array()

This commit is contained in:
kevin 2023-05-19 22:14:01 -04:00
parent f341f541f6
commit 7ed1c40674

View File

@ -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;