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 725425 - pocket: initialize variables
pocket: initialize variables
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: plugins
unspecified
Other All
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2014-02-28 21:42 UTC by Dominique Leuenberger
Modified: 2014-03-02 16:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
pocket: initialize variables (820 bytes, patch)
2014-02-28 21:42 UTC, Dominique Leuenberger
committed Details | Review

Description Dominique Leuenberger 2014-02-28 21:42:06 UTC
Whenever I access 'pocket' from out of totem, it immediately segfaults.

    iface_type=iface_type@entry=80) at gtype.c:3969
    at gnome-pocket.c:723

Initializing the variables helps to not pass g_free_object() with uninitialized variables.
Comment 1 Dominique Leuenberger 2014-02-28 21:42:08 UTC
Created attachment 270604 [details] [review]
pocket: initialize variables
Comment 2 Juan A. Suarez Romero 2014-03-02 16:38:59 UTC
Attachment 270604 [details] pushed as d4f2db6 - pocket: initialize variables