Fix leaking QTabletEventPrivate instance
Fixes: QTBUG-52279 Change-Id: I4f40fc9d3ce938b4c821f10cacd21e6f652a2227 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>bb10
parent
38afa46c47
commit
d2e0e416d4
|
|
@ -2494,6 +2494,7 @@ QTabletEvent::QTabletEvent(Type type, const QPointF &pos, const QPointF &globalP
|
|||
*/
|
||||
QTabletEvent::~QTabletEvent()
|
||||
{
|
||||
delete static_cast<QTabletEventPrivate *>(mExtra);
|
||||
}
|
||||
|
||||
/*!
|
||||
|
|
|
|||
Loading…
Reference in New Issue