summaryrefslogtreecommitdiffstats
path: root/libhb/work.c
diff options
context:
space:
mode:
authormaxd <[email protected]>2017-02-09 21:04:59 +0100
committerBradley Sepos <[email protected]>2017-02-20 14:33:29 -0500
commit514fc4f4ac4312d25680c1fd6c4eab25c5b2551a (patch)
treea6519efe3536391e688893b769a250d82e4ad1fd /libhb/work.c
parent1ec4c4a4930f49d9d2ae9ca7d76b24cfe267c136 (diff)
opencl: better release of OpenCL context to avoid more leaks
Diffstat (limited to 'libhb/work.c')
-rw-r--r--libhb/work.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libhb/work.c b/libhb/work.c
index 9010f1d3a..ad11ee005 100644
--- a/libhb/work.c
+++ b/libhb/work.c
@@ -1838,6 +1838,12 @@ cleanup:
}
hb_buffer_pool_free();
+
+ if (job->use_opencl)
+ {
+ hb_release_opencl_run_env();
+ }
+
hb_job_close(&job);
}