GNOME Bugzilla – Bug 684789
QHP index generation broken in 1.8.2 due to invalid temporary string usage
Last modified: 2012-09-25 21:50:19 UTC
Created attachment 225140 [details] [review] Patch to 1.8.2 to fix temporary string bug 1.8.2 contains a bug where a temporary string which has been freed is used during the generation of the QHP index. This results in invalid characters being written and "bad encoding" errors from qhelpgenerator. See e.g. http://www.ogre3d.org/forums/viewtopic.php?p=468575#p468575 for a symptom. I attach a patch which corrects this temporary string problem and which now produces a valid QHP index.
I'll include your patch in the next subversion update. *** This bug has been marked as a duplicate of bug 681825 ***