From: Jay Freeman (saurik) Date: Tue, 8 Mar 2011 21:12:40 +0000 (-0800) Subject: Add releaseSubviews to StashController. X-Git-Tag: v1.1.0%b2~4 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/67dd58c7b061d339b70f5fa0f9badc427b1b863f Add releaseSubviews to StashController. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 01a43385..12002188 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 /* }}} */