Comment Re:Check the source code, and roll for initiative! (Score 1) 763
declare a pointer on the stack to the memory location of Chest and copy the contents of the chest to a temp variable on the heap, thereby avoiding the NPE all thogether. hah.