← Back to team overview

zorba-coders team mailing list archive

Re: [Merge] lp:~zorba-coders/zorba/xml-in-json-indices into lp:zorba

 

In detachFromCollection(), you declare a local TreeId.  A TreeId is currently defined as a typedef for a ulong.  Defining a local variable of a C++ built-in type does no initialization, so the value of lTreeId is garbage.
-- 
https://code.launchpad.net/~zorba-coders/zorba/xml-in-json-indices/+merge/122548
Your team Zorba Coders is subscribed to branch lp:zorba.


Follow ups

References