| 153 |
} |
} |
| 154 |
|
|
| 155 |
cleanup: |
cleanup: |
| 156 |
|
mysql_free_result(rs2); |
| 157 |
mysql_free_result(rs); |
mysql_free_result(rs); |
| 158 |
mysql_close(db); |
mysql_close(db); |
| 159 |
|
|
| 321 |
mysql_free_result(rs); |
mysql_free_result(rs); |
| 322 |
mysql_close(db); |
mysql_close(db); |
| 323 |
|
|
| 324 |
|
article_cache_cleanup(); |
| 325 |
|
|
| 326 |
return (ret < 0 ? ret : article_count); |
return (ret < 0 ? ret : article_count); |
| 327 |
} |
} |
| 328 |
|
|
| 750 |
|
|
| 751 |
// Child process exit |
// Child process exit |
| 752 |
|
|
| 753 |
|
article_cache_cleanup(); |
| 754 |
|
|
| 755 |
// Detach data pools shm |
// Detach data pools shm |
| 756 |
detach_section_list_shm(); |
detach_section_list_shm(); |
| 757 |
detach_article_block_shm(); |
detach_article_block_shm(); |