projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b5b162
)
Ups... memory leak
author
Dennis Schafroth
<dennis@indexdata.com>
Thu, 11 Nov 2010 12:16:26 +0000
(13:16 +0100)
committer
Dennis Schafroth
<dennis@indexdata.com>
Thu, 11 Nov 2010 12:16:26 +0000
(13:16 +0100)
src/stemmer.c
patch
|
blob
|
history
diff --git
a/src/stemmer.c
b/src/stemmer.c
index
12c9119
..
5829d9f
100644
(file)
--- a/
src/stemmer.c
+++ b/
src/stemmer.c
@@
-90,6
+90,7
@@
void yaz_stemmer_stem(yaz_stemmer_p stemmer, struct icu_buf_utf16 *dst, struct i
icu_utf16_from_utf8_cstr(dst, cstr , status);
}
}
+ icu_buf_utf16_destroy(utf8_buf);
return ;
break;
}