Comment 2 for bug 1094364

Revision history for this message
Keyur (keyurdg) wrote : Re: libtest/main.cc compiler errors

The variables are not always freed especially so in the case of errors.

Making these into auto_ptr also takes up too much stack space and gives the same error.