--- lbbs/src/file_loader.c 2025/05/17 05:54:42 1.3 +++ lbbs/src/file_loader.c 2025/05/17 15:39:51 1.5 @@ -53,7 +53,6 @@ int file_loader_init() static void trie_file_dict_cleanup_cb(const char *filename, int64_t shmid) { - log_std("Cleanup: %s %ld\n", filename, shmid); if (shmctl((int)shmid, IPC_RMID, NULL) == -1) { log_error("shmctl(shmid=%d, IPC_RMID) error (%d)\n", (int)shmid, errno); @@ -69,7 +68,6 @@ void file_loader_cleanup(void) trie_dict_traverse(p_trie_file_dict, trie_file_dict_cleanup_cb); trie_dict_destroy(p_trie_file_dict); - p_trie_file_dict = NULL; } int load_file_shm(const char *filename)