Re: memory leaks and colors
- Posted by SDPringle Feb 10, 2013
- 1623 views
These kinds of things can be avoided largely by writing the majority of code in EUPHORIA, rather than trying to make every thing that can be done in EUPHORIA as a builtin or via C-call/interface. Although the lack of former structures is a big problem for using accidentally the wrong member value offset in the wrong structure.
Shawn Pringle