diff --git a/cwSvgMidi.cpp b/cwSvgMidi.cpp index d617883..f6ac60c 100644 --- a/cwSvgMidi.cpp +++ b/cwSvgMidi.cpp @@ -386,6 +386,8 @@ cw::rc_t cw::svg_midi::create( handle_t& hRef ) goto errLabel; } + hRef.set(p); + errLabel: return rc; }