Don't leak remove_data in remove_events
authorMatthias Clasen <mclasen@redhat.com>
Sat, 19 Feb 2011 14:19:21 +0000 (09:19 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 19 Feb 2011 14:19:21 +0000 (09:19 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=642621

atk-adaptor/bridge.c

index 4248e1c..03584c7 100644 (file)
@@ -617,6 +617,8 @@ remove_events (const char *bus_name, const char *event)
           list = list->next;
         }
     }
+
+  g_strfreev (remove_data);
 }
 
 static void