Fix memory leaks.

Use "/" separator for internal cmaobject nodes.
Use new vitamtp init function.
Remove console config for Win32.
This commit is contained in:
codestation
2013-09-22 19:02:42 -04:30
parent d2e584220e
commit 71a7bed50d
9 changed files with 44 additions and 22 deletions

View File

@@ -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()) {