diff options
author | Erik Johnston <erik@matrix.org> | 2022-06-01 11:57:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-01 10:57:49 +0000 |
commit | 5949ab86f8db0ef3dac2063e42210030f17786fb (patch) | |
tree | 14b89e4604c5a2ccbc3f6acdcbd7d8f144403f03 /changelog.d | |
parent | Remove most groups datastore code. (#12895) (diff) | |
download | synapse-5949ab86f8db0ef3dac2063e42210030f17786fb.tar.xz |
Fix potential thumbnail memory leaks. (#12932)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12932.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12932.bugfix b/changelog.d/12932.bugfix new file mode 100644 index 0000000000..506f92b427 --- /dev/null +++ b/changelog.d/12932.bugfix @@ -0,0 +1 @@ +Fix potential memory leak when generating thumbnails. |