summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2010-11-13 17:07:59 +0100
committerJesse Luehrs <doy@tozt.net>2010-11-13 10:58:32 -0600
commit5bb2b07b62d7680eef3db9510d7fde1df09747a1 (patch)
treecfcda62732b3f954e27e8d9ba2697a2a09322c98
parentbb19eac124cdc5a0f51da2e09bbe2a57d4817c9f (diff)
downloadpackage-stash-xs-5bb2b07b62d7680eef3db9510d7fde1df09747a1.tar.gz
package-stash-xs-5bb2b07b62d7680eef3db9510d7fde1df09747a1.zip
Free temporary string
-rw-r--r--Stash.xs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Stash.xs b/Stash.xs
index f744723..17b9c64 100644
--- a/Stash.xs
+++ b/Stash.xs
@@ -406,6 +406,8 @@ add_package_symbol(self, variable, initial=NULL, ...)
}
}
+ SvREFCNT_dec(name);
+
void
remove_package_glob(self, name)
SV *self