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 344227 - gdk_pixbuf_loader_close should be called before gdk_pixbuf_loader_get_pixbuf in eab-contact-display.c
gdk_pixbuf_loader_close should be called before gdk_pixbuf_loader_get_pixbuf ...
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Contacts
2.8.x
Other All
: Normal normal
: ---
Assigned To: evolution-addressbook-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2006-06-08 01:11 UTC by Hiroyuki Ikezoe
Modified: 2013-09-13 00:53 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
patch (1.50 KB, patch)
2006-06-08 01:13 UTC, Hiroyuki Ikezoe
committed Details | Review

Description Hiroyuki Ikezoe 2006-06-08 01:11:18 UTC
Please describe the problem:
gdk_pixbuf_loader_close should be called before gdk_pixbuf_loader_get_pixbuf in eab-contact-display.c

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Hiroyuki Ikezoe 2006-06-08 01:13:36 UTC
Created attachment 66945 [details] [review]
patch
Comment 2 Hiroyuki Ikezoe 2006-06-08 11:56:43 UTC
bug 322789 is the same. (not dup, this bug is in another part of code)
Comment 3 Devashish Sharma 2006-06-14 11:13:27 UTC
Looks good can be committed.
Comment 4 André Klapper 2006-06-14 11:53:05 UTC
patch committed both to stable branch and HEAD:
http://cvs.gnome.org/viewcvs/evolution/addressbook/gui/widgets/eab-contact-display.c?r1=1.27&r2=1.28
http://cvs.gnome.org/viewcvs/evolution/addressbook/gui/widgets/eab-contact-display.c?r1=1.25&r2=1.25.2.1

fix will be included in stable evolution 2.6.3 and unstable evolution 2.7.4.
thanks a lot!