Memory leak work around for perl, should play better with events that call other events now.

This commit is contained in:
KimLS
2014-03-09 17:55:24 -07:00
parent bad963ddbc
commit 2e4b4b94ed
3 changed files with 67 additions and 5 deletions
+1
View File
@@ -114,6 +114,7 @@ private:
std::map<std::string, std::string> vars_;
SV *_empty_sv;
std::map<std::string, int> clear_vars_;
};
#endif