Bug #198 Incorrect XPath evaluation

This commit is contained in:
Zane U. Ji 2013-07-21 02:07:39 +08:00
parent 992e8c2322
commit 8233e54824
1 changed files with 1 additions and 0 deletions

View File

@ -356,6 +356,7 @@ bool WrapLibxml::xpath ( const std::string& path, const std::string& fileName )
output += ( const char * ) xmlBufferContent ( bufferPtr ); output += ( const char * ) xmlBufferContent ( bufferPtr );
output += '\n'; output += '\n';
xmlBufferEmpty ( bufferPtr );
} }
xmlBufferFree ( bufferPtr ); xmlBufferFree ( bufferPtr );
break; break;