Fix leak in QNSView.

Change-Id: Ide0e826bf068340c86d87a8ccbb3bd58b60f6d8c
Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
bb10
Ivan Komissarov 2013-05-24 17:19:14 +04:00 committed by The Qt Project
parent 468a37fa20
commit 1840400a9a
1 changed files with 2 additions and 0 deletions

View File

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