aboutsummaryrefslogtreecommitdiff
path: root/connection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'connection.cpp')
-rw-r--r--connection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/connection.cpp b/connection.cpp
index 52fcc40b..7b72c592 100644
--- a/connection.cpp
+++ b/connection.cpp
@@ -599,7 +599,7 @@ Room* Connection::provideRoom(const QString& id, JoinState joinState)
{
qCDebug(MAIN) << "Deleting Invite state for room" << prevInvite->id();
emit aboutToDeleteRoom(prevInvite);
- delete prevInvite;
+ prevInvite->deleteLater();
}
}