According to Mike Nordell <[EMAIL PROTECTED]>:

> gr_Graphics wants a pointer, because the pointer is all it stores. Giving it
> a pointer to a local variable that goes out of scope is bound to fsck up.
> :-<
> 
> Well, I'll fix it by defining that stack variable "static", close the bug,
> commit and post a commit msg in a little while.

Please don't go with static local vars as this will fsck up everything in a
potentially multi-thread environment. Keep that in mind.

I'm pretty sure that there are other ways to do.

Hub

Reply via email to