reworked device manager
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8671 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
*/
|
||||
BInputServerDevice::BInputServerDevice()
|
||||
{
|
||||
fOwner = new _BDeviceAddOn_(this);
|
||||
}
|
||||
|
||||
|
||||
@@ -73,6 +74,8 @@ BInputServerDevice::~BInputServerDevice()
|
||||
}
|
||||
|
||||
InputServer::gInputDeviceListLocker.Unlock();
|
||||
|
||||
delete fOwner;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user