forked from AuroraMiddleware/gtk
Merge branch 'matthiasc/for-master' into 'master'
x11: Plug a memory leak See merge request GNOME/gtk!2222
This commit is contained in:
commit
dfa2dcceb8
@ -653,6 +653,8 @@ gdk_x11_clipboard_store_async (GdkClipboard *clipboard,
|
|||||||
GDK_DISPLAY_NOTE (display, CLIPBOARD,
|
GDK_DISPLAY_NOTE (display, CLIPBOARD,
|
||||||
g_printerr ("%s: X error during ConvertSelection() while storing selection: %d\n", cb->selection, error));
|
g_printerr ("%s: X error during ConvertSelection() while storing selection: %d\n", cb->selection, error));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
g_free (atoms);
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
Loading…
Reference in New Issue
Block a user