|
From: Neal R. <ne...@ri...> - 2002-09-11 22:00:37
|
Geoff, I'm working on adapting your mifluz-merge to build libhtdig.. I'm, seeing a memory freeing error and this is playing a role: In HtWordList.cc The constructor creates a new HtConfiguration object with 'new'.. and deletes the object in the destructor. Is there any reason we can't move to using the global _config = HtConfiguration::config(); as is done in many other places? I tried it and it seems to work fine. Any objections? Thanks! -- Neal Richter Knowledgebase Developer RightNow Technologies, Inc. Customer Service for Every Web Site Office: 406-522-1485 |