Re: Memory leaks in Exotica demos
Robert Pilkington wrote:
>
> In the Exotica demos, each one that has text output has a memory leak.
> Basically, this is being done in a loop:
>
> txt = allocate_string("Text here")
> result = c_func(GDI_TEXTOUT, {x, y, txt, 0, 0, 0, 0})
Hi, Robert. Thanks for reporting this to the list. I never even gave
it a thought about it getting memory leaks like that. But I will take
note on that and fix the Exotica examples to at least free the memory
after the text is printed when I ever release a new version of Exotica.
-- Todd Riggins
|
Not Categorized, Please Help
|
|