Closed GoogleCodeExporter closed 9 years ago
yet another crash report
Original comment by find...@gmail.com
on 9 Mar 2010 at 12:57
Attachments:
$ hg diff .
diff -r 78e272fc870f sunpinyin2/src/pinyin/datrie.h
--- a/sunpinyin2/src/pinyin/datrie.h Tue Mar 09 00:22:29 2010 +0800
+++ b/sunpinyin2/src/pinyin/datrie.h Tue Mar 09 21:09:31 2010 +0800
@@ -57,7 +57,7 @@
public:
CDATrie () : m_mem(0), m_len(0), m_base(0), m_check(0), m_value(0) {};
- CDATrie (T* base, T* check, int* value, unsigned len) : m_base(base),
m_check(check), m_value(value),
m_len(len) {};
+ CDATrie (T* base, T* check, int* value, unsigned len) : m_mem(0),
m_base(base), m_check(check),
m_value(value), m_len(len) {};
~CDATrie () {free ();}
Original comment by find...@gmail.com
on 9 Mar 2010 at 1:15
[deleted comment]
[deleted comment]
[deleted comment]
[deleted comment]
[deleted comment]
[deleted comment]
[deleted comment]
Original comment by find...@gmail.com
on 10 Mar 2010 at 4:56
Issue 45 has been merged into this issue.
Original comment by tchai...@gmail.com
on 11 Mar 2010 at 2:49
Original issue reported on code.google.com by
find...@gmail.com
on 9 Mar 2010 at 6:40Attachments: