On 01/06/2020 19:14, Gabriel Ivăncescu wrote:
+struct ScriptModule {
- IScriptModule IScriptModule_iface;
- LONG ref;
- ScriptControl *control;
- struct module *module;
+};
Sorry, I made a mistake when converting to separate objects. There's an issue with storing the module pointer here, since the array can change its address when it is reallocated.
I will send a new version that uses indices instead. Please ignore this problem for now.