Changeset 90905 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Aug 26, 2021 9:49:19 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146541
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioTestService.cpp
r90868 r90905 888 888 { 889 889 /* Realloc to accommodate for the new clients. */ 890 PATSCLIENTINST *papInstsNew = (PATSCLIENTINST *)RTMemRealloc (papInsts, (cClientsMax + 10) * sizeof(PATSCLIENTINST));890 PATSCLIENTINST *papInstsNew = (PATSCLIENTINST *)RTMemReallocZ(papInsts, cClientsMax * sizeof(PATSCLIENTINST), (cClientsMax + 10) * sizeof(PATSCLIENTINST)); 891 891 if (RT_LIKELY(papInstsNew)) 892 892 {
Note:
See TracChangeset
for help on using the changeset viewer.