## Bug Report **Type**: Memory Leak **Severity**: High **File**: src/core/v3-periphery.ts:234 ### Description 发现数据库连接在异常情况下未正确关闭,导致内存泄漏。 ### Impact - 长期运行内存占用持续增长 - 可能导致服务崩溃 ### Proposed Fix 使用try-finally确保资源释放。 --- Automated Bug Report - 2026-02-05
Bug Report
Type: Memory Leak
Severity: High
File: src/core/v3-periphery.ts:234
Description
发现数据库连接在异常情况下未正确关闭,导致内存泄漏。
Impact
Proposed Fix
使用try-finally确保资源释放。
Automated Bug Report - 2026-02-05