filter: fix memory leak in nostrdb Filter

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-03-17 11:37:09 -07:00
parent adb3359bd8
commit beece0eb95
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -2758,7 +2758,7 @@ dependencies = [
[[package]]
name = "nostrdb"
version = "0.5.1"
source = "git+https://github.com/damus-io/nostrdb-rs?rev=413d7f7e52937774cfc3a0356c8a7788437eecf8#413d7f7e52937774cfc3a0356c8a7788437eecf8"
source = "git+https://github.com/damus-io/nostrdb-rs?rev=22fa1cc57ee1b4ce10e726ab284bc124461c8871#22fa1cc57ee1b4ce10e726ab284bc124461c8871"
dependencies = [
"bindgen",
"cc",