Parent Directory
|
Revision Log
|
Patch
| Revision 1.4 by sysadm, Sat May 17 05:59:14 2025 UTC | Revision 1.5 by sysadm, Sat May 17 15:39:51 2025 UTC | |
|---|---|---|
| # | Line 68 void file_loader_cleanup(void) | Line 68 void file_loader_cleanup(void) |
| 68 | ||
| 69 | trie_dict_traverse(p_trie_file_dict, trie_file_dict_cleanup_cb); | trie_dict_traverse(p_trie_file_dict, trie_file_dict_cleanup_cb); |
| 70 | trie_dict_destroy(p_trie_file_dict); | trie_dict_destroy(p_trie_file_dict); |
| p_trie_file_dict = NULL; | ||
| 71 | } | } |
| 72 | ||
| 73 | int load_file_shm(const char *filename) | int load_file_shm(const char *filename) |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |