From d5f073592e1d2ea5f57e12d5c2ddcae57c05f96f Mon Sep 17 00:00:00 2001
From: Tobias Markmann <tm@ayena.de>
Date: Wed, 25 Nov 2015 14:50:23 +0100
Subject: Close 'Edit Profile'-dialog on sign out

Test-Information:

Tested going offline and signing out on OS X 10.10.5.

Change-Id: I307c318e8b22a62473df142e94d6895490ea2e2d

diff --git a/Swift/Controllers/ProfileController.cpp b/Swift/Controllers/ProfileController.cpp
index 7df8036..49818b0 100644
--- a/Swift/Controllers/ProfileController.cpp
+++ b/Swift/Controllers/ProfileController.cpp
@@ -28,6 +28,7 @@ ProfileController::~ProfileController() {
 		profileWindow->onWindowAboutToBeClosed.disconnect(boost::bind(&ProfileController::handleProfileWindowAboutToBeClosed, this, _1));
 	}
 	uiEventStream->onUIEvent.disconnect(boost::bind(&ProfileController::handleUIEvent, this, _1));
+	delete profileWindow;
 }
 
 void ProfileController::handleUIEvent(UIEvent::ref event) {
-- 
cgit v0.10.2-6-g49f6