Fix free space reporting for WMDM and MTP
This commit is contained in:
parent
e4f5e97b17
commit
0ed30857db
@ -138,6 +138,8 @@ void MtpDevice::FinishCopy(bool success) {
|
||||
connection_.reset();
|
||||
|
||||
db_busy_.unlock();
|
||||
|
||||
ConnectedDevice::FinishCopy(success);
|
||||
}
|
||||
|
||||
void MtpDevice::StartDelete() {
|
||||
|
@ -181,6 +181,8 @@ void WmdmDevice::FinishCopy(bool success) {
|
||||
thread_.reset();
|
||||
|
||||
db_busy_.unlock();
|
||||
|
||||
ConnectedDevice::FinishCopy(success);
|
||||
}
|
||||
|
||||
void WmdmDevice::StartDelete() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user