Fix leak in QNSView.

Change-Id: Ide0e826bf068340c86d87a8ccbb3bd58b60f6d8c
Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
This commit is contained in:
Ivan Komissarov 2013-05-24 17:19:14 +04:00 committed by The Qt Project
parent 468a37fa20
commit 1840400a9a

View File

@ -113,6 +113,8 @@ static QTouchDevice *touchDevice = 0;
name:NSViewGlobalFrameDidChangeNotification
object:self];
}
delete currentCustomDragTypes;
[super dealloc];
}