Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-09-15 16:19:42 +0300
committerHannah von Reth <vonreth@kde.org>2021-09-15 16:45:15 +0300
commitc0b4c4817cfd858d9a59bb67e4a65a532c1fdfe3 (patch)
tree91487f0dfa9e7ba7c1463653cf0aeb18a0f043cd /changelog/unreleased
parent9c4058ac39f02291641a102fa8ab0c977bb4d6a2 (diff)
Fix crash on shutdown
Fixes: #9014
Diffstat (limited to 'changelog/unreleased')
-rw-r--r--changelog/unreleased/90145
1 files changed, 5 insertions, 0 deletions
diff --git a/changelog/unreleased/9014 b/changelog/unreleased/9014
new file mode 100644
index 000000000..60c49a067
--- /dev/null
+++ b/changelog/unreleased/9014
@@ -0,0 +1,5 @@
+Bugfix: Fix crash when closing the client
+
+We fixed a crash where we crash when we closed the client during a sync.
+
+https://github.com/owncloud/client/issues/9014