diff options
-rw-r--r-- | src/x11/meta-selection-source-x11.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/x11/meta-selection-source-x11.c b/src/x11/meta-selection-source-x11.c index 55e500327..c9fc8fbc6 100644 --- a/src/x11/meta-selection-source-x11.c +++ b/src/x11/meta-selection-source-x11.c @@ -190,6 +190,7 @@ read_mimetypes_cb (GInputStream *stream, { g_task_return_error (task, error); g_object_unref (task); + g_object_unref (stream); return; } |