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