cwSvgMidi.cpp : Fix missing hRRef.set(p) in create().

This commit is contained in:
kevin 2023-05-25 16:04:49 -04:00
parent 8832ae60e0
commit 1789e6634a

View File

@ -386,6 +386,8 @@ cw::rc_t cw::svg_midi::create( handle_t& hRef )
goto errLabel;
}
hRef.set(p);
errLabel:
return rc;
}