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:
Stefano Ceccherini 2007-04-17 10:05:56 +00:00
parent 5534294ca1
commit 19ebf74dc6

View File

@ -678,6 +678,7 @@ ServerPicture::ServerPicture(const ServerPicture &picture)
ServerPicture::~ServerPicture()
{
gTokenSpace.RemoveToken(fToken);
}