345 // free some stuff |
343 // free some stuff |
346 // this is not necessary, because the whole process will exit |
344 // this is not necessary, because the whole process will exit |
347 // however it will result in a nicer valgrind output with less |
345 // however it will result in a nicer valgrind output with less |
348 // memory leaks |
346 // memory leaks |
349 pool_destroy(cfg_get_init_pool()); |
347 pool_destroy(cfg_get_init_pool()); |
|
348 |
|
349 resource_pool_cleanup(); |
|
350 func_cleanup(); |
|
351 |
|
352 ServerConfiguration *scfg = cfgmgr_get_server_config(); |
|
353 pool_destroy(scfg->pool); |
350 } |
354 } |
351 |
355 |
352 int nsapi_runtime_version() { |
356 int nsapi_runtime_version() { |
353 return 303; |
357 return 303; |
354 } |
358 } |