Changeset 86617 in vbox for trunk/src/VBox
- Timestamp:
- Oct 16, 2020 10:47:55 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstVBoxAPIXPCOM.cpp
r86616 r86617 428 428 NS_FAILED(rc) ? rc : resultCode); 429 429 } 430 431 /* Release the media array: */ 432 for (PRUint32 i = 0; i < cMedia; i++) 433 if (aMedia[i]) 434 aMedia[i]->Release(); 435 nsMemory::Free(aMedia); 430 436 } 431 437 }
Note:
See TracChangeset
for help on using the changeset viewer.