diff options
Diffstat (limited to 'libhb/hb.c')
-rw-r--r-- | libhb/hb.c | 3 |
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 ); |