commit | a0d2c7ae43f6045de9753d14d0e2a76b6521fb5a | [log] [tgz] |
---|---|---|
author | Marco Nelissen <[email protected]> | Mon Jul 13 14:05:08 2009 -0700 |
committer | Marco Nelissen <[email protected]> | Mon Jul 13 14:05:08 2009 -0700 |
tree | b55ea4ac9bc284528aeb7a383db7f07c8e9112a8 | |
parent | 5e854b305e2e4dd1a4a1c48ecb2ea48bd1947410 [diff] |
Fix invalid free() of stack-allocated array.
diff --git a/jni/share/userdict.cpp b/jni/share/userdict.cpp index c3c7c98..135dd79 100644 --- a/jni/share/userdict.cpp +++ b/jni/share/userdict.cpp
@@ -1797,9 +1797,6 @@ p++; } - if (splid) - free(splid); - #ifdef ___DEBUG_PERF___ DEBUG_PERF_END; LOGD_PERF("put_lemmas_no_sync_from_utf16le_string");