emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 7fd2a601ab8 2/2: ; Fix typos in last change


From: Po Lu
Subject: master 7fd2a601ab8 2/2: ; Fix typos in last change
Date: Tue, 19 Sep 2023 08:00:20 -0400 (EDT)

branch: master
commit 7fd2a601ab8d6eb5d937db0478ed9e17f5e9e391
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; Fix typos in last change
    
    * src/android.c (android_exception_check_2)
    (android_exception_check_3, android_exception_check_4): Fix
    typos.
---
 src/android.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/android.c b/src/android.c
index bdf99b46eca..4caaf377781 100644
--- a/src/android.c
+++ b/src/android.c
@@ -5752,7 +5752,7 @@ android_exception_check_2 (jobject object, jobject 
object1)
   if (object)
     ANDROID_DELETE_LOCAL_REF (object);
 
-  if (object)
+  if (object1)
     ANDROID_DELETE_LOCAL_REF (object1);
 
   memory_full (0);
@@ -5778,10 +5778,10 @@ android_exception_check_3 (jobject object, jobject 
object1,
   if (object)
     ANDROID_DELETE_LOCAL_REF (object);
 
-  if (object)
+  if (object1)
     ANDROID_DELETE_LOCAL_REF (object1);
 
-  if (object)
+  if (object2)
     ANDROID_DELETE_LOCAL_REF (object2);
 
   memory_full (0);
@@ -5807,13 +5807,13 @@ android_exception_check_4 (jobject object, jobject 
object1,
   if (object)
     ANDROID_DELETE_LOCAL_REF (object);
 
-  if (object)
+  if (object1)
     ANDROID_DELETE_LOCAL_REF (object1);
 
-  if (object)
+  if (object2)
     ANDROID_DELETE_LOCAL_REF (object2);
 
-  if (object)
+  if (object3)
     ANDROID_DELETE_LOCAL_REF (object3);
 
   memory_full (0);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]