- Timestamp:
- Mar 19, 2012 4:11:41 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r40506 r40542 4084 4084 rc = unregisterWithVirtualBox(); 4085 4085 if (FAILED(rc)) return rc; 4086 4087 multilock.release(); 4088 markRegistriesModified(); 4089 m->pVirtualBox->saveModifiedRegistries(); 4090 multilock.acquire(); 4086 4091 } 4087 4092 … … 4232 4237 // no longer need lock 4233 4238 multilock.release(); 4239 markRegistriesModified(); 4240 m->pVirtualBox->saveModifiedRegistries(); 4234 4241 4235 4242 if (aProgress != NULL) … … 5788 5795 } 5789 5796 } 5790 m->pVirtualBox->saveModifiedRegistries();5791 5797 5792 5798 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.