X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fstemmer.c;fp=src%2Fstemmer.c;h=5b8097fd858aa022bf499c56ad06a05e84bcb744;hp=eca3c2a6cf0463336053047eaaee26bd92092394;hb=487a3ad015d2b63976a25022ec603b2cb8e76de6;hpb=29f1edd41f3cc72bca9a2aacd10d6fd49f681aa8 diff --git a/src/stemmer.c b/src/stemmer.c index eca3c2a..5b8097f 100644 --- a/src/stemmer.c +++ b/src/stemmer.c @@ -90,7 +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); + icu_buf_utf8_destroy(utf8_buf); return ; break; }