[haiku-gsoc] Re: [HCD]: Bfs bug #1

On Wed, Jun 18, 2008 at 6:34 AM, Salvatore Benedetto <emitrax@xxxxxxxxx> wrote:
>
> Hmm.. then why the destructor is called?
>

For something that's allocated on the stack, the destructor is called
automatically when the object goes out of scope (which is to say, we
exit the function). If that's not what you're seeing, do you have the
full trace somewhere?

Regards,

Rene

Other related posts: