Re: Where should I free the global table ?

2011-02-04 Thread Dave Shield
On 4 February 2011 04:29, sujata patra sujata_patra2...@yahoo.com wrote: I  have problem of freeing the messageTable_head linked list. I found it frees everytime cache expires by calling messageTable_free(). But I do not want that to be freed everytime. It will be created at start time and want

Where should I free the global table ?

2011-02-03 Thread sujata patra
Hi, I have problem of freeing the messageTable_head linked list. I found it frees everytime cache expires by calling messageTable_free(). But I do not want that to be freed everytime. It will be created at start time and want to be freed at shutdown. I have shown this by File* fp. But actually