diff options
author | ritsuka <[email protected]> | 2015-01-10 08:38:37 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-01-10 08:38:37 +0000 |
commit | 71e4a6fcb9389808a09d2f16598e9f554da7622c (patch) | |
tree | 21e30695359051bd41c6d684e3cfc87b33e49815 /macosx/HBOutputPanelController.h | |
parent | c15f3a20b256b97246ea6d63065d3374e0530f24 (diff) |
MacGui: fix a leak of the output log file path string.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6719 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBOutputPanelController.h')
-rw-r--r-- | macosx/HBOutputPanelController.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/macosx/HBOutputPanelController.h b/macosx/HBOutputPanelController.h index 5843ab1da..14ab72dee 100644 --- a/macosx/HBOutputPanelController.h +++ b/macosx/HBOutputPanelController.h @@ -12,19 +12,6 @@ * to stderr. User can easily copy the text to pasteboard from context menu. */ @interface HBOutputPanelController : NSWindowController -{ - /// Textview that displays debug output. - IBOutlet NSTextView *textView; - - /// Text storage for the debug output. - NSTextStorage *outputTextStorage; - - /// Path to log text file. - NSString *outputLogFile; - /// Path to individual log text file. - NSString *outputLogFileForEncode; - BOOL encodeLogOn; -} - (IBAction)showOutputPanel:(id)sender; - (IBAction)clearOutput:(id)sender; |