am 35a7f351: Merge "Destroying sync fence to prevent leaks." into klp-dev

* commit '35a7f351305854e03c77b5c4ff7bcc1efc8e0ece':
  Destroying sync fence to prevent leaks.
diff --git a/suite/cts/deviceTests/opengl/jni/primitive/contextswitch/ContextSwitchRenderer.cpp b/suite/cts/deviceTests/opengl/jni/primitive/contextswitch/ContextSwitchRenderer.cpp
index 171f8fe..7fd4093 100644
--- a/suite/cts/deviceTests/opengl/jni/primitive/contextswitch/ContextSwitchRenderer.cpp
+++ b/suite/cts/deviceTests/opengl/jni/primitive/contextswitch/ContextSwitchRenderer.cpp
@@ -216,6 +216,8 @@
         }
     }
 
+    eglDestroySyncKHR(mEglDisplay, fence);
+
     // Switch back to the main context.
     eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext);
     if (mOffscreen) {