mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 14:00:09 +00:00
GdkSelectionInputStreamX11: Plug a memory leak
This commit is contained in:
parent
49a7bf267b
commit
2f5d5ca9f8
@ -225,6 +225,7 @@ gdk_x11_selection_input_stream_read_async (GInputStream *input_stream,
|
|||||||
priv->selection, priv->target,
|
priv->selection, priv->target,
|
||||||
size, count));
|
size, count));
|
||||||
g_task_return_int (task, size);
|
g_task_return_int (task, size);
|
||||||
|
g_object_unref (task);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user