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