Skip to content

Commit f269071

Browse files
lufinkeylufinkey
lufinkey
authored and
lufinkey
committed
Patched small memory leak
Patched a memory leak where the output in ConsoleViewController wasn't released
1 parent 0c26457 commit f269071

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Source/ConsoleView/ConsoleViewController.mm

+1
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ - (void)appendResultString:(NSString*)resultString
117117
- (void)dealloc
118118
{
119119
[outputView release];
120+
[output release];
120121
[command release];
121122
[super dealloc];
122123
}

0 commit comments

Comments
 (0)