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 770069 - [PATCH] Fix memory leak in EvJobThumbnail
[PATCH] Fix memory leak in EvJobThumbnail
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-08-18 07:14 UTC by Eric R. Schulz
Modified: 2016-09-03 06:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix memory leak in EvJobThumbnail (759 bytes, patch)
2016-08-18 07:14 UTC, Eric R. Schulz
committed Details | Review

Description Eric R. Schulz 2016-08-18 07:14:00 UTC
Created attachment 333545 [details] [review]
Fix memory leak in EvJobThumbnail

Call cairo_surface_destroy() on job->thumbnail_surface in ev_job_thumbnail_dispose().
Comment 1 Carlos Garcia Campos 2016-09-03 06:11:44 UTC
Comment on attachment 333545 [details] [review]
Fix memory leak in EvJobThumbnail

Pushed, thanks!