You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #258 identifies 7 memory leaks in sqlite-vec.c that have not been merged. These leaks occur in INSERT operations, DELETE operations, and error handling paths within vec0 virtual tables.
Since PR #258 has been open without review, I'm filing this as a bug to increase visibility.
Description
PR #258 identifies 7 memory leaks in
sqlite-vec.cthat have not been merged. These leaks occur in INSERT operations, DELETE operations, and error handling paths within vec0 virtual tables.Since PR #258 has been open without review, I'm filing this as a bug to increase visibility.
Identified Leaks (from PR #258)
The leaks are in various code paths in
sqlite-vec.c:Impact
Environment
Reference
PR #258 contains the specific fixes for all 7 leak sites.
Reported by Murillo Dutt