OSDN Git Service

MacGui: Add call to hb_global_close() upon application termination as per changes...
[handbrake-jp/handbrake-jp-git.git] / macosx / Controller.m
index ce3e70a..db649f5 100644 (file)
@@ -309,8 +309,10 @@ static NSString *        ChooseSourceIdentifier             = @"Choose Source It
     [fPictureController release];
     [fApplicationIcon release];
 
-       hb_close(&fHandle);
+    hb_close(&fHandle);
     hb_close(&fQueueEncodeLibhb);
+    hb_global_close();
+
 }