Camino only - Bug 416632: Fix leak of CHPermission members. r/sr=josh

git-svn-id: svn://10.0.0.236/trunk@245621 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
stuart.morgan%alumni.case.edu 2008-02-13 17:05:49 +00:00
parent d80288b9cd
commit 243dca2c8d

View File

@ -104,7 +104,7 @@ __attribute__((used)) NSString* const CHPermissionTypePopup = @"popup";
return self;
}
- (void)delloc
- (void)dealloc
{
[mHost release];
[mType release];