From 123b380c9dc4e9834a7624f50003c5d9e1d76af8 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 24 Feb 2011 09:03:52 -0800 Subject: [PATCH] Simplify and correct memory management of SectionController. --- MobileCydia.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MobileCydia.mm b/MobileCydia.mm index 483bd9b8..249439de 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -7125,7 +7125,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { /* Section Controller {{{ */ @interface SectionController : FilteredPackageListController { - NSString *section_; + _H section_; } - (id) initWithDatabase:(Database *)database section:(NSString *)section; -- 2.50.0