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 702910 - view-container: Unref mode controller in ::dispose()
view-container: Unref mode controller in ::dispose()
Status: RESOLVED FIXED
Product: gnome-photos
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME photos maintainer(s)
GNOME photos maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-06-23 17:51 UTC by Emanuele Aina
Modified: 2013-06-25 13:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
view-container: Unref mode controller in ::dispose() (794 bytes, patch)
2013-06-23 17:51 UTC, Emanuele Aina
committed Details | Review

Description Emanuele Aina 2013-06-23 17:51:54 UTC
Add a missing g_clear_object() for the mode_cntrlr object in
PhotosViewContainer::dispose().
Comment 1 Emanuele Aina 2013-06-23 17:51:57 UTC
Created attachment 247572 [details] [review]
view-container: Unref mode controller in ::dispose()
Comment 2 Debarshi Ray 2013-06-25 10:02:41 UTC
Comment on attachment 247572 [details] [review]
view-container: Unref mode controller in ::dispose()

Good catch. Thanks for the patch.