jni: no need to release() anymore
authorCory Fields <theuni-nospam-@xbmc.org>
Thu, 3 Oct 2013 19:51:17 +0000 (15:51 -0400)
committerCory Fields <theuni-nospam-@xbmc.org>
Fri, 11 Oct 2013 00:05:23 +0000 (20:05 -0400)
xbmc/android/jni/Context.cpp

index defa2be..70e26e9 100644 (file)
@@ -63,7 +63,6 @@ CJNIContext::CJNIContext(const ANativeActivity *nativeActivity)
 CJNIContext::~CJNIContext()
 {
   m_appInstance = NULL;
-  m_context.release();
   xbmc_jni_on_unload();
 }