rows.Close() was missed in a number of places so we're at the mercy of the GC when those resources get cleaned up.
Monorepo for Tangled
tangled.org
Use rows.Close() consistently #899
merged
opened by
expand 2 commits
hide 2 commits
appview/db: close rows handles consistently
spindle/db: close rows handles consistently
expand 2 commits
hide 2 commits
appview/db: close rows handles consistently
Signed-off-by: Thomas Karpiniec <tkarpiniec@icloud.com>
spindle/db: close rows handles consistently
Signed-off-by: Thomas Karpiniec <tkarpiniec@icloud.com>
lgtm thank you!