diff --git a/SOURCES/atk-invalid-unref.patch b/SOURCES/atk-invalid-unref.patch
deleted file mode 100644
index 35f9c2f..0000000
--- a/SOURCES/atk-invalid-unref.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -up atk-2.22.0/atk/atkgobjectaccessible.c.invalid-unref atk-2.22.0/atk/atkgobjectaccessible.c
---- atk-2.22.0/atk/atkgobjectaccessible.c.invalid-unref	2017-05-30 18:32:22.067833190 +0200
-+++ atk-2.22.0/atk/atkgobjectaccessible.c	2017-05-30 18:32:43.864810009 +0200
-@@ -163,7 +163,6 @@ atk_gobject_accessible_object_gone_cb (g
-   g_object_set_qdata (G_OBJECT (data), quark_object, NULL);
-   atk_object_notify_state_change (ATK_OBJECT (data), ATK_STATE_DEFUNCT,
-                                   TRUE); 
--  g_object_unref (data);
- }
- 
- static void
diff --git a/SPECS/atk.spec b/SPECS/atk.spec
index 9a9723d..f76301e 100644
--- a/SPECS/atk.spec
+++ b/SPECS/atk.spec
@@ -3,15 +3,13 @@
 
 Name: atk
 Version: 2.28.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Interfaces for accessibility support
 
 License: LGPLv2+
 URL: http://developer.gnome.org/platform-overview/stable/atk
 Source0: http://download.gnome.org/sources/atk/2.28/atk-%{version}.tar.xz
 
-Patch02: atk-invalid-unref.patch
-
 BuildRequires: glib2-devel >= %{glib2_version}
 BuildRequires: gettext
 BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version}
@@ -33,7 +31,6 @@ needed for development of applications or toolkits which use ATK.
 
 %prep
 %setup -q
-%patch02 -p1 -b .invalid-unref
 
 %build
 %configure
@@ -64,6 +61,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 %{_datadir}/gir-1.0
 
 %changelog
+* Wed Sep 18 2019 Milan Crha <mcrha@redhat.com> - 2.28.1-2
+- Remove patch to fix invalid unref at atk_gobject_accessible_object_gone_cb()
+- Resolves: #1753123
+
 * Tue Mar 13 2018 Kalev Lember <klember@redhat.com> - 2.28.1-1
 - Update to 2.28.1
 - Resolves: #1567158