GNOME Bugzilla – Bug 678992
WindowTracker: fix ref counting bug in get_app_for_window()
Last modified: 2012-06-27 17:31:47 UTC
get_app_for_window() is (transfer full), but shell_app_system_lookup_wmclass() is (transfer none), so we must reference the result, or crash occur.
Created attachment 217430 [details] [review] WindowTracker: fix ref counting bug in get_app_for_window()
Review of attachment 217430 [details] [review]: Sure.
Attachment 217430 [details] pushed as a1bb0ec - WindowTracker: fix ref counting bug in get_app_for_window()