From 2f5d5ca9f8f8b4f4fcd5fe61e562ec624c6dfadf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Tue, 6 Mar 2018 19:59:29 +0100 Subject: [PATCH] GdkSelectionInputStreamX11: Plug a memory leak --- gdk/x11/gdkselectioninputstream-x11.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gdk/x11/gdkselectioninputstream-x11.c b/gdk/x11/gdkselectioninputstream-x11.c index d006ab6e98..c3ae895344 100644 --- a/gdk/x11/gdkselectioninputstream-x11.c +++ b/gdk/x11/gdkselectioninputstream-x11.c @@ -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 {