diff options
Diffstat (limited to 'macosx/HBPreviewGenerator.m')
-rw-r--r-- | macosx/HBPreviewGenerator.m | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/macosx/HBPreviewGenerator.m b/macosx/HBPreviewGenerator.m index 61ed448bb..a4dba01f3 100644 --- a/macosx/HBPreviewGenerator.m +++ b/macosx/HBPreviewGenerator.m @@ -218,8 +218,6 @@ - (void) dealloc { [self.core cancelEncode]; - [_core release]; - _core = nil; [_picturePreviews release]; _picturePreviews = nil; |