]> Pileus Git - ~andy/gtk/commit
gdk: prevent NULL pointer access when debugging is enabled
authorThomas Wood <thomas.wood@intel.com>
Tue, 26 Feb 2013 11:06:45 +0000 (11:06 +0000)
committerThomas Wood <thomas.wood@intel.com>
Tue, 26 Feb 2013 15:27:53 +0000 (15:27 +0000)
commite97262489c70a12460ea4b938008a470ab0d7581
treeae395caf7a1f806d3c5add23f16b6f96269950d7
parentce0675f1fb2582717793ec29b1787039dfbf8437
gdk: prevent NULL pointer access when debugging is enabled

If no updates, redraws, or repaints have been scheduled for this frame,
we will skip immediately to RESUME_EVENTS, and no GdkFrameTimings will
be created.

https://bugzilla.gnome.org/show_bug.cgi?id=694732
gdk/gdkframeclockidle.c