From 5a3e6fa63181ab4afa8bce5f01c6de016a333334 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Thu, 11 Nov 2010 13:16:26 +0100 Subject: [PATCH 1/1] Ups... memory leak --- src/stemmer.c | 1 + 1 file changed, 1 insertion(+) 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; } -- 1.7.10.4