mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
Clean up
This commit is contained in:
parent
7644555d6b
commit
cd862409cc
1 changed files with 1 additions and 3 deletions
|
|
@ -382,9 +382,7 @@ XS(xs_unpacker_reset) {
|
|||
UNPACKER(ST(0), mp);
|
||||
{
|
||||
SV * data = template_data(mp);
|
||||
if (data) {
|
||||
SvREFCNT_dec(data);
|
||||
}
|
||||
SvREFCNT_dec(data);
|
||||
}
|
||||
_reset(ST(0));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue