mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-03 00:15:21 +00:00
fix: 解决打开蓝牙任务栏崩溃的问题
指针被二次析构导致,这个指针已经被DStandardItem持有并在销毁时析构 Log: 解决开关蓝牙任务栏崩溃的问题 Bug: https://pms.uniontech.com/zentao/bug-view-81618.html Change-Id: I3d7ac87c6d3eb4157d288f99206c64be68c3ac61
This commit is contained in:
parent
dba52c6549
commit
fd76fd4df4
@ -81,12 +81,6 @@ BluetoothDeviceItem::~BluetoothDeviceItem()
|
||||
}
|
||||
|
||||
delete m_standarditem;
|
||||
|
||||
if (m_labelAction)
|
||||
delete m_labelAction;
|
||||
|
||||
if (m_stateAction)
|
||||
delete m_stateAction;
|
||||
}
|
||||
|
||||
void BluetoothDeviceItem::initActionList()
|
||||
|
Loading…
x
Reference in New Issue
Block a user