On 05/01/2012 05:36 AM, Dodji Seketeli wrote:
    pfile->context = XNEW (cpp_context);
+  memset (pfile->context, 0, sizeof (cpp_context));

You can use XCNEW instead of XNEW + memset.

OK with that change.

Jason

Reply via email to