Fixed some warning messages that started showing up when I moved to
the real compiler. r=kedl git-svn-id: svn://10.0.0.236/trunk@55420 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -106,7 +106,7 @@ EventQueueTokenQueue::~EventQueueTokenQueue()
|
||||
// are referenced by things that leak, so this assertion goes off a lot.)
|
||||
if (mHead)
|
||||
{
|
||||
int err=PtAppRemoveFd(NULL,mHead->mQueue->GetEventQueueSelectFD());
|
||||
int err=PtAppRemoveFd(NULL,mHead->mToken);
|
||||
if (err==-1)
|
||||
{
|
||||
printf ("nsAppShell::~EventQueueTokenQueue Run Error calling PtAppRemoveFd\n");
|
||||
|
||||
Reference in New Issue
Block a user