summaryrefslogtreecommitdiff
path: root/perl_dmod/Cstore/Cstore.xs
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2018-01-16 11:23:44 +0700
committerGitHub <noreply@github.com>2018-01-16 11:23:44 +0700
commite582c0716847dfc29cd46ae652327766a8dc4bc4 (patch)
tree32081624d49b13c3874bbc045d07344ca29ccd8f /perl_dmod/Cstore/Cstore.xs
parent247e04c8a59b6e3b32d88fe6dac7bbb4948845a4 (diff)
parent0c5b32919e64e2fbdfd26e900f06eb29f47fc295 (diff)
downloadvyatta-cfg-helium.tar.gz
vyatta-cfg-helium.zip
Merge pull request #10 from genta/hotfix/cstore-memory-leakhelium
Fix memory leak in Cstore perl binding
Diffstat (limited to 'perl_dmod/Cstore/Cstore.xs')
-rw-r--r--perl_dmod/Cstore/Cstore.xs4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl_dmod/Cstore/Cstore.xs b/perl_dmod/Cstore/Cstore.xs
index 3c9a9ad..3626303 100644
--- a/perl_dmod/Cstore/Cstore.xs
+++ b/perl_dmod/Cstore/Cstore.xs
@@ -45,6 +45,10 @@ OUTPUT:
RETVAL
+void
+Cstore::DESTROY()
+
+
bool
Cstore::cfgPathExists(CPATH *pref, bool active_cfg)
PREINIT: