Call RemoveToken() in the destructor
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20736 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
5534294ca1
commit
19ebf74dc6
@ -678,6 +678,7 @@ ServerPicture::ServerPicture(const ServerPicture &picture)
|
||||
|
||||
ServerPicture::~ServerPicture()
|
||||
{
|
||||
gTokenSpace.RemoveToken(fToken);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user