diff options
author | Paul Baltescu <pauldb89@gmail.com> | 2013-03-06 11:43:16 +0000 |
---|---|---|
committer | Paul Baltescu <pauldb89@gmail.com> | 2013-03-06 11:43:16 +0000 |
commit | 245e705ac7b6fca80a7aa4898f5467053ec2c585 (patch) | |
tree | 3034bcadfd9ed3778f1c89f5ea883270a3f64194 /python/src | |
parent | 6717daa034bfcfa429275f64d84607ae1568d488 (diff) |
Fix memory leak in trie.
Diffstat (limited to 'python/src')
-rw-r--r-- | python/src/sa/_sa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/src/sa/_sa.c b/python/src/sa/_sa.c index 92abd4c3..4bdabc17 100644 --- a/python/src/sa/_sa.c +++ b/python/src/sa/_sa.c @@ -1,4 +1,4 @@ -/* Generated by Cython 0.16 on Fri Feb 22 16:52:09 2013 */ +/* Generated by Cython 0.16 on Wed Mar 6 11:06:18 2013 */ #define PY_SSIZE_T_CLEAN #include "Python.h" |