forked from AuroraMiddleware/gtk
Bug 651224 - Potential NULL display ptr from quartz gtk_clipboard_wait_for_contents
This commit is contained in:
parent
133a0c7426
commit
124e814f47
@ -701,10 +701,12 @@ gtk_clipboard_wait_for_contents (GtkClipboard *clipboard,
|
||||
GdkAtom *atoms;
|
||||
|
||||
length = [types count] * sizeof (GdkAtom);
|
||||
|
||||
|
||||
selection_data = g_slice_new0 (GtkSelectionData);
|
||||
selection_data->selection = clipboard->selection;
|
||||
selection_data->target = target;
|
||||
if (!selection_data->display)
|
||||
selection_data->display = gdk_display_get_default ();
|
||||
|
||||
atoms = g_malloc (length);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user