diff options
| author | Matthew Parlane <parlane@gmail.com> | 2013-01-28 22:00:47 +1300 |
|---|---|---|
| committer | Matthew Parlane <parlane@gmail.com> | 2013-01-28 22:00:47 +1300 |
| commit | 2dd077028fdaa296827864e70252b4e992b26c65 (patch) | |
| tree | 6a65b5dc0c1566239f603bf1590a2eace73b46e6 /Source/Core/AudioCommon | |
| parent | ed9ef874e581aa2ff5c47ec58e7b741e160b026e (diff) | |
| parent | a8d4c78cec87e864cfa5410f14687d13308e38d7 (diff) | |
Merge branch 'master' into wii-network
Diffstat (limited to 'Source/Core/AudioCommon')
| -rw-r--r-- | Source/Core/AudioCommon/Src/aldlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/Src/aldlist.cpp b/Source/Core/AudioCommon/Src/aldlist.cpp index 5e2e072f7b..fa11fe3282 100644 --- a/Source/Core/AudioCommon/Src/aldlist.cpp +++ b/Source/Core/AudioCommon/Src/aldlist.cpp @@ -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; } } |
