* remove excess NULL check
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42673 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -218,11 +218,8 @@ uninit_common(void)
|
||||
}
|
||||
}
|
||||
|
||||
for (uint32 id = 0; id < ATOM_MAX_SUPPORTED_DEVICE; id++) {
|
||||
if (gConnector[id] != NULL) {
|
||||
for (uint32 id = 0; id < ATOM_MAX_SUPPORTED_DEVICE; id++)
|
||||
free(gConnector[id]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user