• Kohei Yoshida's avatar
    Prevent hang during loading of xlsm doc. · a09a7095
    Kohei Yoshida yazdı
    * We need to call xmlInitParser() before using it in a multi-threaded
      way (according to the libxml2 doc).
    * Better to use 'rEntity' which references the one stored in the vector
      rather than 'entity' whose copy gets stored in the vector. On Windows
      at least 'rEntity' and 'entity' hold different parser pointer values.
    * Free the parser before popping the entity. Popping the entity first then
      freeing the parser using its pointer value stored in the entity looks
      weird.
    
    Change-Id: I6b64a6d8ac9c1d4fea8339d8fb2d38dfffbba47b
    a09a7095
Adı
Son kayıt (commit)
Son güncelleme
..
inc Loading commit data...
qa/cppunit Loading commit data...
source Loading commit data...
test Loading commit data...
CppunitTest_sax.mk Loading commit data...
CppunitTest_sax_attributes.mk Loading commit data...
CppunitTest_sax_parser.mk Loading commit data...
Library_expwrap.mk Loading commit data...
Library_sax.mk Loading commit data...
Makefile Loading commit data...
Module_sax.mk Loading commit data...
README Loading commit data...