From: Patrick E. <pa...@pa...> - 2004-04-01 08:48:20
|
I fixed and commited a memory bug that was in engine/Project.cpp. It may have been causing the wierd crash. The following line is there: if(mRecInfo) delete mRecInfo; However, there was no mRecInfo=0 in the constructor. It was deleting a garbage pointer, which can no doubt lead to all sorts of craziness. This memory fix brought to you by our friendly neighbourhood valgrind. Patrick On Thursday 01 April 2004 00:34, Joakim Verona wrote: > Patrick Earl wrote: > >I don't think that had anything to do with the problem. If it > > were me, I'd try and reproduce the problem and do some valgrind > > work on it. > > Well, the problem is gone now, so we'll see how it turns out. |