Hi list,
Question about some code in canvas_dataproperties of g_readwrite, line 313:
error("data_properties: scalar disappeared");
Shouldn't this be a "bug" call, or even an "exit" call? If the scalar disappeared then
it was almost certainly unsafe to have deferenced the scalar's sc_gobj member
when walking the list in line 306.
-Jonathan