/[hydra]/hydra/src/hic_modules.c
ViewVC logotype

Diff of /hydra/src/hic_modules.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by nmav, Sat Sep 28 16:32:37 2002 UTC revision 1.5 by nmav, Sat Sep 28 17:49:13 2002 UTC
# Line 200  void dump_hic_modules(void) Line 200  void dump_hic_modules(void)
200  int i;  int i;
201    
202      for (i = 0; i < MODULE_HASHTABLE_SIZE; ++i) { /* these limits OK? */      for (i = 0; i < MODULE_HASHTABLE_SIZE; ++i) { /* these limits OK? */
203            if (!module_hashtable[i]) continue;
204    
205          free( module_hashtable[i]->sym_prefix);          free( module_hashtable[i]->sym_prefix);
206          free( module_hashtable[i]->content_type);          free( module_hashtable[i]->content_type);
207          module_hashtable[i]->shutdown(); /* Run the deinitialization stuff */          module_hashtable[i]->shutdown(); /* Run the deinitialization stuff */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26