Fully fix that clear bug in aldlist.cpp. Seems I missed part. Corrected it.

This commit is contained in:
Lioncash 2013-01-18 23:42:37 -05:00
parent 5ff77f9c88
commit c4bd6329c0
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ ALDeviceList::~ALDeviceList()
{
for (u32 i = 0; i < vDeviceInfo.size(); i++) {
if (vDeviceInfo[i].pvstrExtensions) {
vDeviceInfo[i].pvstrExtensions->empty();
vDeviceInfo[i].pvstrExtensions->clear();
delete vDeviceInfo[i].pvstrExtensions;
}
}