mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
x11-selection: Plug MetaX11SelectionOutputStream leak
https://gitlab.gnome.org/GNOME/mutter/merge_requests/991
This commit is contained in:
parent
468b09c01e
commit
802309caf9
@ -116,6 +116,7 @@ write_mimetypes_cb (GOutputStream *stream,
|
|||||||
|
|
||||||
g_output_stream_write_bytes_finish (stream, res, &error);
|
g_output_stream_write_bytes_finish (stream, res, &error);
|
||||||
g_output_stream_close (stream, NULL, NULL);
|
g_output_stream_close (stream, NULL, NULL);
|
||||||
|
g_object_unref (stream);
|
||||||
|
|
||||||
if (error)
|
if (error)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user