Parent Directory
|
Revision Log
|
Patch
| Revision 1.44 by sysadm, Wed Oct 1 11:32:50 2025 UTC | Revision 1.45 by sysadm, Sat Oct 11 10:36:42 2025 UTC | |
|---|---|---|
| # | Line 49 int editor_memory_pool_init(void) | Line 49 int editor_memory_pool_init(void) |
| 49 | } | } |
| 50 | ||
| 51 | p_mp_editor_data = memory_pool_init(sizeof(EDITOR_DATA), 1, 1); | p_mp_editor_data = memory_pool_init(sizeof(EDITOR_DATA), 1, 1); |
| 52 | if (p_mp_data_line == NULL) | if (p_mp_editor_data == NULL) |
| 53 | { | { |
| 54 | log_error("Memory pool init error\n"); | log_error("Memory pool init error\n"); |
| 55 | return -3; | return -3; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |