diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-01-16 11:23:44 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-16 11:23:44 +0700 |
commit | e582c0716847dfc29cd46ae652327766a8dc4bc4 (patch) | |
tree | 32081624d49b13c3874bbc045d07344ca29ccd8f /perl_dmod/Cstore/Cstore.xs | |
parent | 247e04c8a59b6e3b32d88fe6dac7bbb4948845a4 (diff) | |
parent | 0c5b32919e64e2fbdfd26e900f06eb29f47fc295 (diff) | |
download | vyatta-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.xs | 4 |
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: |