Aurum: fix double free corruption accepted/tizen/8.0/unified/20240318.143401
authorHosang Kim <hosang12.kim@samsung.com>
Tue, 6 Feb 2024 02:52:31 +0000 (11:52 +0900)
committerHosang Kim <hosang12.kim@samsung.com>
Thu, 7 Mar 2024 08:01:24 +0000 (17:01 +0900)
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) {