mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 04:52:59 +01:00
Clean up
This commit is contained in:
parent
7644555d6b
commit
cd862409cc
@ -382,9 +382,7 @@ XS(xs_unpacker_reset) {
|
|||||||
UNPACKER(ST(0), mp);
|
UNPACKER(ST(0), mp);
|
||||||
{
|
{
|
||||||
SV * data = template_data(mp);
|
SV * data = template_data(mp);
|
||||||
if (data) {
|
SvREFCNT_dec(data);
|
||||||
SvREFCNT_dec(data);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
_reset(ST(0));
|
_reset(ST(0));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user