removed thread delete; threads are deleted automatically
This commit is contained in:
parent
2935c6671e
commit
0d65ff9a4c
|
@ -633,8 +633,6 @@ COSXScreen::getDropTargetThread(void*)
|
|||
#else
|
||||
LOG((CLOG_WARN "drag drop not supported"));
|
||||
#endif
|
||||
|
||||
delete m_getDropTargetThread;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in New Issue