mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-10 05:47:04 +00:00
Remove inadvertant ';' in if clause. thanks to sfraser for pointing it out.
This commit is contained in:
parent
e11a894e09
commit
32a4a61bc4
@ -886,10 +886,7 @@ NS_IMETHODIMP nsImapMailFolder::DeleteMessages(nsISupportsArray *messages)
|
||||
break;
|
||||
}
|
||||
else
|
||||
{
|
||||
if (aName);
|
||||
delete [] aName;
|
||||
}
|
||||
delete [] aName;
|
||||
}
|
||||
rv = aEnumerator->Next();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user