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 754134 - A few gdk backend fixes
A few gdk backend fixes
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: gdk
unspecified
Other All
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2015-08-26 17:01 UTC by Lionel Landwerlin
Modified: 2015-08-26 20:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gdk: fix memory corruption (1.55 KB, patch)
2015-08-26 17:01 UTC, Lionel Landwerlin
committed Details | Review
gdk: master clock: fix incorrect symbol use (947 bytes, patch)
2015-08-26 17:01 UTC, Lionel Landwerlin
committed Details | Review

Description Lionel Landwerlin 2015-08-26 17:01:36 UTC
Here are a few straight forward fixes.
Comment 1 Lionel Landwerlin 2015-08-26 17:01:40 UTC
Created attachment 310048 [details] [review]
gdk: fix memory corruption

g_hash_table_replace will free the list pointer we're modifying.
Let's just do memory management ourselves.
Comment 2 Lionel Landwerlin 2015-08-26 17:01:44 UTC
Created attachment 310049 [details] [review]
gdk: master clock: fix incorrect symbol use
Comment 3 Emmanuele Bassi (:ebassi) 2015-08-26 17:16:35 UTC
Review of attachment 310048 [details] [review]:

Okay.
Comment 4 Emmanuele Bassi (:ebassi) 2015-08-26 17:17:26 UTC
Review of attachment 310049 [details] [review]:

Okay.
Comment 5 Lionel Landwerlin 2015-08-26 20:43:36 UTC
Review of attachment 310048 [details] [review]:

Pushed to master
Comment 6 Lionel Landwerlin 2015-08-26 20:43:52 UTC
Review of attachment 310049 [details] [review]:

Pushed to master