diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-11-25 21:03:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-25 21:03:17 +0000 |
commit | c01d5435843ad4af3d520851e86d9938b47b2d12 (patch) | |
tree | 52ab56d75cd81ed00c2cf03c50f285e830617635 /changelog.d | |
parent | Merge tag 'v1.6.0rc2' into develop (diff) | |
download | synapse-c01d5435843ad4af3d520851e86d9938b47b2d12.tar.xz |
Make sure that we close cursors before returning from a query (#6408)
There are lots of words in the comment as to why this is a good idea. Fixes #6403.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6408.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6408.bugfix b/changelog.d/6408.bugfix new file mode 100644 index 0000000000..c9babe599b --- /dev/null +++ b/changelog.d/6408.bugfix @@ -0,0 +1 @@ +Fix an intermittent exception when handling read-receipts. |