cwSvgMidi.cpp : Fix missing hRRef.set(p) in create().
This commit is contained in:
parent
8832ae60e0
commit
1789e6634a
@ -386,6 +386,8 @@ cw::rc_t cw::svg_midi::create( handle_t& hRef )
|
|||||||
goto errLabel;
|
goto errLabel;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hRef.set(p);
|
||||||
|
|
||||||
errLabel:
|
errLabel:
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user