summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
diff options
context:
space:
mode:
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r--MobileCydia.mm3
1 files changed, 3 insertions, 0 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 72bcebd..72f95d1 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -3815,6 +3815,8 @@ class CydiaLogCleaner :
}
_end
+ _root(true) _system->Lock();
+
_trace();
OpProgress progress;
bool opened;
@@ -3850,6 +3852,7 @@ class CydiaLogCleaner :
}
}
+ _system->UnLock();
return;
}
_trace();