make capabilities and sockets refcounted

This commit is contained in:
Mathieu Lacage
2007-05-02 23:18:51 +02:00
parent 5528c400d0
commit e5d10e4bf7
12 changed files with 32 additions and 17 deletions

View File

@@ -37,7 +37,7 @@ ApplicationList::Dispose (void)
{
Application *app = *i;
app->Dispose ();
delete app;
app->Unref ();
}
m_apps.clear ();
}