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 754556 - libcheese: Fix warning on exit
libcheese: Fix warning on exit
Status: RESOLVED FIXED
Product: cheese
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Cheese Maintainer(s)
Cheese Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-09-04 08:36 UTC by Bastien Nocera
Modified: 2015-09-04 08:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
libcheese: Fix warning on exit (1.29 KB, patch)
2015-09-04 08:36 UTC, Bastien Nocera
committed Details | Review
libcheese: Fix a run-time warning (1.36 KB, patch)
2015-09-04 08:42 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2015-09-04 08:36:35 UTC
.
Comment 1 Bastien Nocera 2015-09-04 08:36:39 UTC
Created attachment 310641 [details] [review]
libcheese: Fix warning on exit

 #0  0x00007ffff0ea4623 in _g_log_abort (breakpoint=1) at gmessages.c:324
 #1  g_logv (log_domain=0x7ffff11c9224 "GLib-GObject", log_level=G_LOG_LEVEL_CRITICAL, format=<optimized out>, args=args@entry=0x7fffffffd448) at gmessages.c:1081
 #2  0x00007ffff0ea4782 in g_log (log_domain=<optimized out>, log_level=<optimized out>, format=<optimized out>) at gmessages.c:1119
 #3  0x00007ffff7bd2380 in cheese_camera_finalize (object=0x14022d0) at libcheese/cheese-camera.c:1274
Comment 2 David King 2015-09-04 08:38:38 UTC
Review of attachment 310641 [details] [review]:

Sure, please push.
Comment 3 Bastien Nocera 2015-09-04 08:42:11 UTC
Created attachment 310644 [details] [review]
libcheese: Fix a run-time warning

 #0  0x00007ffff0ea4623 in _g_log_abort (breakpoint=1) at gmessages.c:324
 #1  g_logv (log_domain=0x7ffff11c9224 "GLib-GObject", log_level=G_LOG_LEVEL_CRITICAL, format=<optimized out>, args=args@entry=0x7fffffffc738) at gmessages.c:1081
 #2  0x00007ffff0ea4782 in g_log (log_domain=<optimized out>, log_level=<optimized out>, format=<optimized out>) at gmessages.c:1119
 #3  0x00007ffff7bd1cac in cheese_camera_set_property (object=0x1772ee0, prop_id=2, value=0x7fffffffc890, pspec=0x1782ae0) at libcheese/cheese-camera.c:1332
Comment 4 David King 2015-09-04 08:44:51 UTC
Review of attachment 310644 [details] [review]:

Please push.
Comment 5 Bastien Nocera 2015-09-04 08:58:08 UTC
Attachment 310641 [details] pushed as 12bce8b - libcheese: Fix warning on exit
Attachment 310644 [details] pushed as fed3d1b - libcheese: Fix a run-time warning