clear tmp result to fix bug in QuerySegment.hpp

This commit is contained in:
aholic 2013-12-17 00:03:25 +08:00
parent d8e00f7d62
commit bdd1381810

View File

@ -91,6 +91,9 @@ namespace CppJieba
res.push_back(*fullResItr); res.push_back(*fullResItr);
} }
} }
//clear fullRes
fullRes.clear();
} }
else // just use the mix result else // just use the mix result
{ {