Do these shutdown message indicate a storage leak?

I see the following debug messages in the debug file (Build from yesterday):
----------------------
Debug Message: Posting WM_CLOSE message.
Debug Message: GameUninitialize start
Debug Message: GameUninitialize end
Debug Message: Main Shell terminating normally
Debug Message: MemMan: Unable to find pointer in GetBlockInfo. Memory system: Palette
ASSERT ERROR in file g:\projects\pear\source\memman.cpp at line 579.
Debug Message: MemMan: Trying to free memory that has not been allocated. Memory System Palette
ASSERT ERROR in file g:\projects\pear\source\memman.cpp at line 361.
Debug Message: MemMan: Unable to find pointer in GetBlockInfo. Memory system: Palette
ASSERT ERROR in file g:\projects\pear\source\memman.cpp at line 579.
Debug Message: MemMan: Trying to free memory that has not been allocated. Memory System Palette
ASSERT ERROR in file g:\projects\pear\source\memman.cpp at line 361.
-----------------------------
Is there anything significant here?

Cheers,
Jack
113 views 2 replies
Reply #1 Top
I'm not sure. Those are Pear thingies there. What does Cari say? (CARI!!!)
Reply #2 Top
They are memory leaks that have been in Gal Civ since before I came on the project. I think that it has something to do with the main system palette, but I wasn't able to figure out how to fix it. It's not integral to Pear because otherwise it would have shown up in LightWeight Ninja, so it is something that we're doing wrong.

--Cari