Fix memory leaks.
Use "/" separator for internal cmaobject nodes. Use new vitamtp init function. Remove console config for Win32.
This commit is contained in:
@@ -40,7 +40,7 @@ CmaEvent::CmaEvent(vita_device_t *s_device) :
|
||||
|
||||
void CmaEvent::process()
|
||||
{
|
||||
qDebug() << "Starting event_thread:" << QThread::currentThreadId();
|
||||
qDebug("Starting event_thread: %u", (unsigned int)QThread::currentThreadId());
|
||||
while(true) {
|
||||
sema.acquire();
|
||||
if(!isActive()) {
|
||||
|
Reference in New Issue
Block a user