Gah! Sorry about that. I should have attached the file, but here's the relevant part:
t/48_replaceNode_DTD_nodes_rT_80521.t ..... ok
# Failed test 'Check reader with using preserveNode, without leaks (leaks 15 <= 0)'
# at t/48_RH5_double_free_rt83779.t line 92.
# '15'
# <=
# '0'
# leaked SCALAR(0x3ea9f20) from t/48_RH5_double_free_rt83779.t line 88.
# 87: while ($r->read) {
# 88: $node ||= $r->preserveNode();
# 89: }
# SV = PVIV(0x22eff58) at 0x3ea9f20
# REFCNT = 1
# FLAGS = (IOK,POK,pIOK,pPOK)
# IV = 0
# PV = 0x4193428 "0"\0
# CUR = 1
# LEN = 10
# leaked SCALAR(0x4086348) from t/48_RH5_double_free_rt83779.t line 88.
# 87: while ($r->read) {
# 88: $node ||= $r->preserveNode();
# 89: }
# SV = IV(0x4086338) at 0x4086348
# REFCNT = 1
# FLAGS = (IOK,pIOK)
# IV = 66406176
# leaked SCALAR(0x4081f78) from C:\Users\CWHITE~1\.cpanm\work\1441666977.3256\XML-LibXML-2.0122\blib\lib/XML/LibXML.pm line 1275.
# 1274: '""' => sub { $_[0]->toString() },
# 1275: 'bool' => sub { 1 },
# 1276: '0+' => sub { Scalar::Util::refaddr($_[0]) },
# SV = PVIV(0x22eff70) at 0x4081f78
# REFCNT = 1
# FLAGS = (IOK,POK,pIOK,pPOK)
# IV = 0
# PV = 0x41934e8 "0"\0
# CUR = 1
# LEN = 10
# Looks like you failed 1 test of 6.
t/48_RH5_double_free_rt83779.t ............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/6 subtests
t/48_rt55000.t ............................ ok
Thanks,
Chase