summaryrefslogtreecommitdiffstats
path: root/libhb/hb.c
diff options
context:
space:
mode:
authorRodeo <[email protected]>2015-07-04 23:16:50 +0000
committerRodeo <[email protected]>2015-07-04 23:16:50 +0000
commit7f3b6067a78298fdb39102eb0a659baac3dda259 (patch)
tree2a263d00548c408e34fc554e14b487b88bf0bfb6 /libhb/hb.c
parentda4f2f21d162f540570f139c2b2b60f10c258a65 (diff)
[merge] libhb: re-work OpenCL cleanup a bit.
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@7344 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/hb.c')
-rw-r--r--libhb/hb.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libhb/hb.c b/libhb/hb.c
index dd2aa7867..bc289dbb7 100644
--- a/libhb/hb.c
+++ b/libhb/hb.c
@@ -1744,6 +1744,9 @@ void hb_global_close()
char dirname[1024];
DIR * dir;
struct dirent * entry;
+
+ /* OpenCL library (dynamically loaded) */
+ hb_ocl_close();
/* Find and remove temp folder */
memset( dirname, 0, 1024 );