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:
5a3e6fa
)
Fix: using right destroy method
author
Dennis Schafroth
<dennis@indexdata.com>
Fri, 12 Nov 2010 10:17:19 +0000
(11:17 +0100)
committer
Dennis Schafroth
<dennis@indexdata.com>
Fri, 12 Nov 2010 10:17:19 +0000
(11:17 +0100)
src/stemmer.c
patch
|
blob
|
history
diff --git
a/src/stemmer.c
b/src/stemmer.c
index
5829d9f
..
b4c4cb6
100644
(file)
--- 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;
}