OSDN Git Service

MacGui: Add call to hb_global_close() upon application termination as per changes...
[handbrake-jp/handbrake-jp-git.git] / macosx / HBPreviewController.m
index 2ca393c..764da45 100644 (file)
     
     [fPicturePreviews release];
     [fFullScreenWindow release];
+    
+    hb_close(&fPreviewLibhb);
 
     [super dealloc];
 }