diff options
Diffstat (limited to 'cpp/RenderScript.cpp')
| -rw-r--r-- | cpp/RenderScript.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/RenderScript.cpp b/cpp/RenderScript.cpp index 66a7421c..73a9a56f 100644 --- a/cpp/RenderScript.cpp +++ b/cpp/RenderScript.cpp @@ -59,6 +59,7 @@ RS::~RS() { mMessageRun = false; if (mContext) { + finish(); RS::dispatch->ContextDeinitToClient(mContext); void *res = nullptr; |
