Aurum: fix double free corruption 48/305648/2 accepted/tizen/unified/20240216.161327 accepted/tizen/unified/toolchain/20240311.065632 accepted/tizen/unified/x/20240220.150020
authorHosang Kim <hosang12.kim@samsung.com>
Tue, 6 Feb 2024 02:52:31 +0000 (11:52 +0900)
committerkim hosang <hosang12.kim@samsung.com>
Tue, 6 Feb 2024 04:52:06 +0000 (04:52 +0000)
Change-Id: I9c439b724f195e8df8ba3637055ea17043d4f39d

libaurum/src/Impl/Accessibility/AtspiAccessibleNode.cc

index 7f45da249991832f03512d0a96e0f51fbcb8b0f4..eccdbed463eb4d40f25fc963fb92b8bc7bfb1598 100644 (file)
@@ -361,8 +361,6 @@ void AtspiAccessibleNode::refresh(bool updateAll)
                     else mType = mRole;
                     if (s) mStyle = std::string(s);
                     if (a) mAutomationId = std::string(a);
-
-                    g_hash_table_unref(attributes);
                 }
             }
             if (ni->states) {