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 780780 - utils: Don't leak the URI when thumbnailing
utils: Don't leak the URI when thumbnailing
Status: RESOLVED FIXED
Product: gnome-documents
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME documents maintainer(s)
GNOME documents maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2017-03-31 18:19 UTC by Debarshi Ray
Modified: 2017-04-03 11:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
utils: Simplify the clean-up (1.59 KB, patch)
2017-03-31 18:25 UTC, Debarshi Ray
committed Details | Review
utils: Don't leak the URI when thumbnailing (989 bytes, patch)
2017-03-31 18:25 UTC, Debarshi Ray
committed Details | Review

Description Debarshi Ray 2017-03-31 18:19:03 UTC
We are leaking the URI when using the gnome-desktop thumbnailer.
Comment 1 Debarshi Ray 2017-03-31 18:25:21 UTC
Created attachment 349071 [details] [review]
utils: Simplify the clean-up
Comment 2 Debarshi Ray 2017-03-31 18:25:33 UTC
Created attachment 349073 [details] [review]
utils: Don't leak the URI when thumbnailing
Comment 3 Cosimo Cecchi 2017-03-31 18:32:22 UTC
Review of attachment 349071 [details] [review]:

Sure
Comment 4 Cosimo Cecchi 2017-03-31 18:32:42 UTC
Review of attachment 349073 [details] [review]:

OK
Comment 5 Debarshi Ray 2017-04-03 11:35:36 UTC
Pushed to master. Thanks for the reviews.