/[LeafOK_CVS]/lbbs/src/main.c
ViewVC logotype

Diff of /lbbs/src/main.c

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

Revision 1.84 by sysadm, Wed Nov 19 14:47:08 2025 UTC Revision 1.86 by sysadm, Fri Nov 21 10:34:10 2025 UTC
# Line 397  cleanup: Line 397  cleanup:
397          trie_dict_cleanup();          trie_dict_cleanup();
398          user_list_pool_cleanup();          user_list_pool_cleanup();
399    
         // Cleanup BWF  
         bwf_unload();  
   
400          if (unlink(VAR_ARTICLE_BLOCK_SHM) < 0)          if (unlink(VAR_ARTICLE_BLOCK_SHM) < 0)
401          {          {
402                  log_error("unlink(%s) error\n", VAR_ARTICLE_BLOCK_SHM);                  log_error("unlink(%s) error\n", VAR_ARTICLE_BLOCK_SHM);


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1