invalid read with hidden iemgui on GOP canvas
- run Pd with valgrind pd-l2ork -nrt
- create a new patch
- create a [pd]and make it graph-on-parent
- open [pd]
- create an iemgui (I tested with [bng]and[nbx]
- choose "Properties" and click the "init" checkbox
- position the new iemgui outside the red graph-on-parent rectangle
- close the subpatch
- select the [pd]object on the parent canvas
- click <Delete>or<Backspace>(I tested with<Delete>)
Bug!
A chain of invalid reads gets triggered for the iemgui.
Doesn't happen if the iemgui is visible on the graph-on-parent. Also doesn't happen if the iemgui doesn't have "init" checked.
Edit: also can happen if the subpatch isn't a GOP subpatch.