myids might not be defined yet

This commit is contained in:
Andreas Steffen 2009-10-11 18:05:27 +02:00
parent 0004ee1687
commit d4acf1dd3c
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ void free_myid(void)
for (s = MYID_UNKNOWN; s <= MYID_SPECIFIED; s++)
{
myids[s]->destroy(myids[s]);
DESTROY_IF(myids[s]);
}
}