summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
diff options
context:
space:
mode:
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r--MobileCydia.mm6
1 files changed, 6 insertions, 0 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 01a4338..1200218 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -8456,6 +8456,12 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
[[self view] addSubview:status_];
}
+- (void) releaseSubviews {
+ spinner_ = nil;
+ status_ = nil;
+ caption_ = nil;
+}
+
@end
/* }}} */