Re: XMLString::transcode issue

2013-11-10 Thread Adrian Mcmenamin
On 10 November 2013 15:54, Alberto Massari wrote: > Hi Adrian, > you are invoking strtol specifying the threadID variable as the second > argument; this argument will be overwritten to point to the first character > that doesn't belong to the string representation of a number. So, calling > XMLStr

Re: XMLString::transcode issue

2013-11-10 Thread Alberto Massari
Hi Adrian, you are invoking strtol specifying the threadID variable as the second argument; this argument will be overwritten to point to the first character that doesn't belong to the string representation of a number. So, calling XMLString::release on this will treat that value as the beginn