1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 08:16:38 +02:00
Files
anope/modules/database
Sadie Powell 96a503b4d9 Fix a memory leak in the db_json module.
This reworks the module to store Data instead of a yyjson document
which does not free until yyjson_doc_free even if an array is cleared
(which annoyingly was only documented using a single comment in the
yyjson docs).
2025-06-05 22:01:45 +01:00
..