After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 722927 - window-tracker: Fix memory leak
window-tracker: Fix memory leak
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2014-01-24 19:06 UTC by Florian Müllner
Modified: 2014-01-30 23:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
window-tracker: Fix memory leak (792 bytes, patch)
2014-01-24 19:06 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2014-01-24 19:06:37 UTC
Small drive-by fix.
Comment 1 Florian Müllner 2014-01-24 19:06:39 UTC
Created attachment 267147 [details] [review]
window-tracker: Fix memory leak

shell_window_tracker_get_window_app() returns a new reference
which we need to drop once we're done.
Comment 2 Jasper St. Pierre (not reading bugmail) 2014-01-24 20:13:08 UTC
Review of attachment 267147 [details] [review]:

Oops. Looks good.
Comment 3 Florian Müllner 2014-01-30 23:01:02 UTC
Attachment 267147 [details] pushed as ac22172 - window-tracker: Fix memory leak