GNOME Bugzilla – Bug 609195
gdk/directfb: gdkdnd-directfb's private data is used uninitialized
Last modified: 2010-02-07 19:09:50 UTC
because g_new() is used instead of g_new0()
Created attachment 153171 [details] [review] Use G_TYPE_INSTANCE_GET_PRIVATE() instead In the process, convert to using G_DEFINE_TYPE, too
Review of attachment 153171 [details] [review]: Looks fine.
Comment on attachment 153171 [details] [review] Use G_TYPE_INSTANCE_GET_PRIVATE() instead commit e1a83243e41f5bfc3d7b0b0536a3ec5d2e841a2a
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.