mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +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,
|
||||
size, count));
|
||||
g_task_return_int (task, size);
|
||||
g_object_unref (task);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user