summaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2014-09-16 12:13:42 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2014-09-16 12:16:55 +0200
commit8855ce5a79dc43c7751c419c0f8af37f445ab9d8 (patch)
tree709669a8f54d790ebd9c2a48ec816c2900c95b9c /manual
parentc1bbaf4050c25f323ab6c37492608de8ecb66968 (diff)
downloadrockbox-8855ce5a79dc43c7751c419c0f8af37f445ab9d8.tar.gz
rockbox-8855ce5a79dc43c7751c419c0f8af37f445ab9d8.zip
regtools/soc_desc: fix libxml2 misinit
The code did not call xmlInitParser() and would call xmlCleanupParser() each time which is doubly wrong because 1) it's not init 2) all init/cleanup must be done from the main thread. To ensure 2), call it from a static ctor. Change-Id: I3d191bf3b8c0cfc51da78157e88c786636fd3ebf Reviewed-on: http://gerrit.rockbox.org/966 Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
Diffstat (limited to 'manual')
0 files changed, 0 insertions, 0 deletions