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 | a283adae755aa8617119afb283b9b874f64cf911 (patch) | |
tree | aa1d1f26c32328887195758697d95ae2755f7682 /python/src | |
parent | a660f88aed61a7447ee72b9334a84686121086fe (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" |