Understanding Widget destroy #243
-
Hi, this might be a stupid question, but is there a time delay on how fast you can delete widgets? I'm attempting to build a higher level wrapper using crystal-lang. I've created a list of items, but when removing them I got Invalid memory access
If I try to remove the first item and then the first item again, I get
I'll see if I can reproduce it tomorrow, but this seem like an issue with my code rather than the library right ? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Turns out the reason this issue happend, was because I called unlink on a child before destroing it |
Beta Was this translation helpful? Give feedback.
Turns out the reason this issue happend, was because I called unlink on a child before destroing it