X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fstemmer.c;h=5829d9f5dd396abee8b39ccbe47e46b8fc0f02fb;hp=12c91195d660084a5d379f82469eca7e02b7ee58;hb=5a3e6fa63181ab4afa8bce5f01c6de016a333334;hpb=640ef4d07f0b09f70578dccc4cda6d282ed6b281 diff --git a/src/stemmer.c b/src/stemmer.c index 12c9119..5829d9f 100644 --- 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; }