diff options
Diffstat (limited to 'Source/SPSSHTunnel.m')
-rw-r--r-- | Source/SPSSHTunnel.m | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/SPSSHTunnel.m b/Source/SPSSHTunnel.m index 9568efe6..83beb8a7 100644 --- a/Source/SPSSHTunnel.m +++ b/Source/SPSSHTunnel.m @@ -422,4 +422,9 @@ [NSApp stopModalWithCode:[sender tag]]; } +- (void)dealloc +{ + [super dealloc]; +} + @end |