I noticed in Perl_sv_free that a couple of preprocessor directives are not flush with the left margin: #ifdef DEBUG_LEAKING_SCALARS_FORK_DUMP Perl_dump_sv_child(aTHX_ sv); #else #ifdef DEBUG_LEAKING_SCALARS sv_dump(sv); #endif #ifdef DEBUG_LEAKING_SCALARS_ABORT This looks to be a bug. Is it? If so, the attached patch should fix it.Thread Next