On Wed, May 04, 2011 at 01:33:23AM -0400, Ryan Johnson wrote: >The fix is easy, at least (pinfo.h): >- pinfo () {} >+ pinfo () : procinfo(NULL), destroy(false) {} You don't need both. I'll add a change to just do procinfo (NULL). Thanks. cgf