Comment 9 for bug 600267

Revision history for this message
Fernando Lucchesi (fernandolbastos) wrote :

>If there is no particular reason to allocate them on the heap, then I would recommend allocating them on the stack (no pointer, no new).

Sure, now I changed it to use the stack.